[FilterScript] [FS] Anti Spawn Kill
#1

Anit Spawn Kill
Description:This is a simple Anti Spawn Kill Script There is Not Much to It.

PHP Code:
#include a_samp
public OnPlayerSpawn(playerid)
{
    
SetPlayerHealth(playerid10000.0);
    
SendClientMessage(playerid0xFF0000AA"[INFO]:You have 5 seconds of Anti-Spawnkill protection");
    
SetPlayerChatBubble(playerid"[INFO]:Anti-Spawnkill protected player"0xFF0000AA100.010000);
    
SetTimerEx("AntiSpawnkill",5000,0,"i",playerid);
    return 
1;
}
forward AntiSpawnkill(playerid);
public 
AntiSpawnkill(playerid)
{
    
SetPlayerHealth(playerid100.0);
    
SendClientMessage(playerid0xFF0000AA"[INFO]:Anti-Spawnkill protection over, you are on your own now");
    return 
1;

PasteBin: Plz Click Me!

Direct: Plz Click Me!

Credits:Well its always a member of Forgotten Kings
Reply


Messages In This Thread
[FS] Anti Spawn Kill - by forgottenkings - 20.11.2011, 05:51
Re: [FS] Anti Spawn Kill - by Astralis - 20.11.2011, 06:01
Re: [FS] Anti Spawn Kill - by forgottenkings - 20.11.2011, 06:03
Re : [FS] Anti Spawn Kill - by rbcrp - 12.12.2011, 21:20
Re : [FS] Anti Spawn Kill - by mehdi-jumper - 12.12.2011, 21:26
Re: [FS] Anti Spawn Kill - by Destroyed - 03.06.2013, 11:52
Re: [FS] Anti Spawn Kill - by forgottenkings - 08.06.2013, 10:57
Re: [FS] Anti Spawn Kill - by dEcooR - 08.06.2013, 11:23
Re: [FS] Anti Spawn Kill - by VenomMancer - 16.10.2013, 16:11
Re: [FS] Anti Spawn Kill - by kingofdemons - 16.10.2013, 16:19
Re: [FS] Anti Spawn Kill - by HolyScripter - 16.10.2013, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)