Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- publique OnPlayerSpawn (playerid)
- {
- SetPlayerHealth (playerid, 99999.0);
- SetTimerEx ("SpawnProtection", 10000, false, "i", playerid);
- SendClientMessage (playerid, 0xFFFFF55, "[Anti-SpawnKill]:. You are protected for 10 seconds");
- return 1;
- }
- SpawnProtection avant (playerid);
- SpawnProtection public (playerid)
- {
- SetPlayerHealth (playerid, 100.0);
- SendClientMessage (playerid, 0xFFFFF55, "[Anti-SpawnKill] You're more protected");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement