[Help]AutoKill - 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: [Help]AutoKill (
/showthread.php?tid=166743)
[Help]AutoKill -
endjuru - 09.08.2010
SORRY FOR MY BIG BAD ENGLISH!
Hello i need script i search it but i fail search please help me
I'ts a small Quatre for script
Код:
public OnPlayerUpdate(playerid)
{
new Nick[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nick, sizeof(Nick));
if(IsPlayerInArea(playerid, 2516.385009, 2472.937011, 2402.251708, 2351.189453))
{
if(strfind(Nick, "Kikiz", true) != -1)
{
return 1;
}
else
{
SetPlayerHealth(playerid, 0);
}
}
return 1;
}
stock IsPlayerInArea(playerid, Float:max_x, Float:min_x, Float:max_y, Float:min_y)
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
if(X <= max_x && X >= min_x && Y <= max_y && Y >= min_y) return 1;
return 0;
}
}
Re: [Help]AutoKill -
endjuru - 09.08.2010
PLEASE HELP ME
Re: [Help]AutoKill -
Daren_Jacobson - 09.08.2010
WHAT DO YOU NEED?
you said you need a script and you didn't say which one, then you posted some code of what it looks like is the code you are looking for
and btw use [pawn] not [code]
Re: [Help]AutoKill -
Steven82 - 09.08.2010
Like what Daren asked, what the hell do you need?
Re: [Help]AutoKill -
endjuru - 09.08.2010
I use ****** transliter
So I was looking for a script which is measured into the required area, in my case it is the basis for me to be part of the script but I do not know how are measured kordionātes someone can help, I remember there was a forum where mistaken script which nomērija their territory
Re: [Help]AutoKill -
endjuru - 10.08.2010
help me...
Re: [Help]AutoKill -
Koruda - 10.08.2010
I still don't understand you...
Re: [Help]AutoKill -
Mike Garber - 10.08.2010
Quote:
Originally Posted by endjuru
I use ****** transliter
in my case it is the basis for me to be part of the script
|
WTF?
Don't use ****** Translator, try to type yourself, I'm sure It will work out better.
****** Translate fucks up the grammar.
GO HERE:
http://forum.sa-mp.com/forumdisplay.php?f=33
Re: [Help]AutoKill -
DiddyBop - 10.08.2010
Quote:
Originally Posted by Mike Garber
|
THANKS lolol
Re: [Help]AutoKill -
Mike_Peterson - 12.08.2010
Quote:
Originally Posted by Daren_Jacobson
and btw use [pawn] not [code]
|
[code] allows you to copy&paste it with lines
if you use [pawn] and try copy and paste it you only get 1 line and there all the things:
example
@ code = hi
how are you
hehe
@ pawno = hi how are you hehe