Guest User

BlackBank3

a guest
Mar 7th, 2010
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.47 KB | None | 0 0
  1. // |- Gtaf.nl/rockline -|
  2. // |- Rockline.tk -|
  3.  
  4. #include <a_samp>
  5.  
  6. new restarting = 100000; // 10 minutes and 40 seconds - this can you changed!
  7. forward restart();
  8.  
  9. public OnFilterScriptInit()
  10. {
  11.     print("Gemaakt door Gtaf.nl/rockline");
  12.     print("Made by Rockline.tk");
  13.         SetTimer("restart", restarting, false);
  14.     return 1;
  15. }
  16.  
  17. public restart()
  18. {
  19.     SendRconCommand("gmx");
  20.     GameTextForAll("~r~Automatic restarting!!!", 4740, 5);
  21.     return 1;
  22. }
  23.  
  24. //Fixed by BB3
Add Comment
Please, Sign In to add comment