Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This is a comment
- // uncomment the line below if you want to write a filterscript
- //#define FILTERSCRIPT
- #include <a_samp>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Pravila and Forum by Sany BoYyyY");
- print("--------------------------------------\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- #else
- #endif
- public OnPlayerRequestClass(playerid, classid)
- {
- SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
- SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
- SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if (strcmp("/pravila", cmdtext, true, 10) == 0)
- {
- ShowPlayerDialog(playerid, 43, DIALOG_STYLE_MSGBOX, "{FFAF00}Balkan Chrome Pravila","{48E31C}RP-Simuliranje stvarnog zivota\nMG-mijesanje IC i OOC chata\nPG-prisiljavanje nekog igraca da uradi nesto i radnje koje nisu moguce u RL\nDM-ubijanje bez RP razloga\nRK-ubistvo iz osvete\nMK-mulltikill\nDB-gazenje pjesaka,pucanje na njih sa mjesta vozaca,ubijanje elipsom\nBH-skakanje dok trcis,skakanje biciklom\nBA-iskoristavanje bugova\nDK-dubllekill(Isto ko i MK)", "Uredu", "");
- return 1;
- }
- if (strcmp("/forum", cmdtext, true, 10) == 0)
- {
- ShowPlayerDialog(playerid, 43, DIALOG_STYLE_MSGBOX, "{FFAF00}Balkan Chrome Forum","{48E31C}Nas forum je www.balkan-samp.com!!Posjetite nas", "Uredu", "");
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment