Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // |- Gtaf.nl/rockline -|
- // |- Rockline.tk -|
- #include <a_samp>
- new restarting = 100000; // 10 minutes and 40 seconds - this can you changed!
- forward restart();
- public OnFilterScriptInit()
- {
- print("Gemaakt door Gtaf.nl/rockline");
- print("Made by Rockline.tk");
- SetTimer("restart", restarting, false);
- return 1;
- }
- public restart()
- {
- SendRconCommand("gmx");
- GameTextForAll("~r~Automatic restarting!!!", 4740, 5);
- return 1;
- }
- //Fixed by BB3
Add Comment
Please, Sign In to add comment