Anti Spawn Kill - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Anti Spawn Kill (
/showthread.php?tid=74589)
Anti Spawn Kill -
odyvan - 24.04.2009
where you can download the script
Anti Spawn Kill
_____
to within 20 seconds if the player kills at respawn gave him a warning and after the murder of his 4 kick!
Re: Anti Spawn Kill -
Khelif - 24.04.2009
I got better idea
Код:
OnPlayerSpawn(playerid){
SetPlayerHealth(playerid,1000000);
SetTimerEx("whateverfuck"5000,0,"i",playerid);
}
Код:
forward whateverfuck(playerid);
public whateverfuck(playerid){
SetPlayerHealth(playerid,100);
//maybe GivePlayerWeapon(playerid,weaponid);
}
just like that
Re: Anti Spawn Kill -
odyvan - 25.04.2009
not the