Advertisement
TheStaner

Filterscript Megnövelése

Jul 29th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. //Elkészitettem egy jó scriptett neked =)
  2. //Nem kell feltüntetni a nevemet semmi...
  3. //Amit akarsz modositasz!
  4.  
  5. #include <a_samp>
  6.  
  7. #if defined FILTERSCRIPT
  8.  
  9. public OnFilterScriptInit()
  10. {
  11. print("\n--------------------------------------");
  12. print(" Maximum Scriptek megnövelése");
  13. print("--------------------------------------\n");
  14. return 1;
  15. }
  16.  
  17. public OnFilterScriptExit()
  18. {
  19. return 1;
  20. }
  21.  
  22. #else
  23.  
  24. main()
  25. {
  26. print("\n----------------------------------");
  27. print(" Maximum Scriptek megnövelése");
  28. print("----------------------------------\n");
  29. }
  30.  
  31. #endif
  32.  
  33. public OnGameModeInit()
  34. {
  35. // Itt a FSNÉV helyére a te filterscriptedet ird!
  36. SendRconCommand("loadfs FSNÉV");
  37. return 1;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement