[FilterScript] Anti Spawn Kill [08.10.2011] Version 1.0
#1

Anti Spawn Kill
Hello everybody today i got great idea about Anti Spawn Kill and i think its good.When player Spawn dialog will show up with 2 cases.One is Spawn Kill On.If you type that on.Textdraw will show you.If you click off then you your heath will be on 100.0.I got this idea by my friend which got greats ideas how to make a great FS.

Screen/Video
[ame]http://www.youtube.com/watch?v=s_P7XOB0iwY[/ame]

Download
Pastebin.com
Mediafire.com
Reply
#2

Cool one FS good job!!
Reply
#3

Quote:
Originally Posted by Wispo
Посмотреть сообщение
Cool one FS good job!!
Thanks XD
Reply
#4

It is simple and can be abused to kill other players in those 15 seconds.
Reply
#5

Quote:
Originally Posted by [MWR]Blood
Посмотреть сообщение
It is simple and can be abused to kill other players in those 15 seconds.
I know in next version time will be lower
Reply
#6

Quote:
Originally Posted by SpiderWalk
Посмотреть сообщение
I know in next version time will be lower
No, just detect if a player is shooting while he is being "protected".
Reply
#7

There is no need for protect variable and other things

pawn Код:
OnPlayerSpawn(playerid)
{
    SetPlayerHealth(playerid, 9999);
    SetTimerEx("UnProtect", 5000, 0, "d", playerid);
    return 1;
}

forward UnProtect(playerid);
public UnProtect(playerid)
{
    SetPlayerHealth(playerid, 100);
    return 1;
}
Also
pawn Код:
SetTimerEx("UnPro", 7000, 0, "i");
Its working for you cos its returning 0 replace that "i" and add playerid behind
Reply
#8

Quote:
Originally Posted by [MWR]Blood
Посмотреть сообщение
No, just detect if a player is shooting while he is being "protected".
Ok,I will delet dialogs and i will give maybe new system
Reply
#9

Quote:
Originally Posted by DRIFT_HUNTER
Посмотреть сообщение
There is no need for protect variable and other things

pawn Код:
OnPlayerSpawn(playerid)
{
    SetPlayerHealth(playerid, 9999);
    SetTimerEx("UnProtect", 5000, 0, "d", playerid);
    return 1;
}

forward UnProtect(playerid);
public UnProtect(playerid)
{
    SetPlayerHealth(playerid, 100);
    return 1;
}
Also
pawn Код:
SetTimerEx("UnPro", 7000, 0, "i");
Its working for you cos its returning 0 replace that "i" and add playerid behind
What?!?! Where are you returning 0?!
Reply
#10

Quote:
Originally Posted by [MWR]Blood
Посмотреть сообщение
What?!?! Where are you returning 0?!
Not me him check out code in pastebin
Reply
#11

Simple..., but nice.
Reply
#12

Quote:
Originally Posted by Naruto_Emilio
Посмотреть сообщение
Simple..., but nice.
Finaly positive reply thank you
Reply
#13

omg man returning 0??btw its a nice filterscript good luck with it..
Reply
#14

Quote:
Originally Posted by vassilis
Посмотреть сообщение
omg man returning 0??btw its a nice filterscript good luck with it..
Thanks
Reply
#15

Really nice FS, would be nice for a TDM or even a DM serve r
Reply
#16

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
Really nice FS, would be nice for a TDM or even a DM serve r
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)