Guest User

Pravila i Forum

a guest
Jun 8th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. // This is a comment
  2. // uncomment the line below if you want to write a filterscript
  3. //#define FILTERSCRIPT
  4.  
  5. #include <a_samp>
  6.  
  7. #if defined FILTERSCRIPT
  8.  
  9. public OnFilterScriptInit()
  10. {
  11. print("\n--------------------------------------");
  12. print(" Pravila and Forum by Sany BoYyyY");
  13. print("--------------------------------------\n");
  14. return 1;
  15. }
  16.  
  17. public OnFilterScriptExit()
  18. {
  19. return 1;
  20. }
  21.  
  22. #else
  23.  
  24.  
  25. #endif
  26.  
  27.  
  28. public OnPlayerRequestClass(playerid, classid)
  29. {
  30. SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
  31. SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
  32. SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
  33. return 1;
  34. }
  35.  
  36.  
  37.  
  38. public OnPlayerCommandText(playerid, cmdtext[])
  39. {
  40. if (strcmp("/pravila", cmdtext, true, 10) == 0)
  41. {
  42. 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", "");
  43. return 1;
  44. }
  45. if (strcmp("/forum", cmdtext, true, 10) == 0)
  46. {
  47. ShowPlayerDialog(playerid, 43, DIALOG_STYLE_MSGBOX, "{FFAF00}Balkan Chrome Forum","{48E31C}Nas forum je www.balkan-samp.com!!Posjetite nas", "Uredu", "");
  48. }
  49. return 0;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment