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