[Help]AutoKill
#1

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;
}
}
Reply
#2

PLEASE HELP ME
Reply
#3

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]
Reply
#4

Like what Daren asked, what the hell do you need?
Reply
#5

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
Reply
#6

help me...
Reply
#7

I still don't understand you...
Reply
#8

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
Reply
#9

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
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
THANKS lolol
Reply
#10

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

Код:
hi
how are you
hehe
pawn Код:
hi
how are you
hehe
@ code = hi
how are you
hehe
@ pawno = hi how are you hehe
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)