[Ajuda] GanZone
#10

Min X, Min Y, Max X, Max Y, Stock:

pawn Код:
stock IsPlayerInPlace(playerid,Float:XMin,Float:YMin,Float:XMax,Float:YMax)
{
    new RetValue = 0;
    GetPlayerPos(playerid,X,Y,Z);
    if( X >= XMin && Y >= YMin && X < XMax && Y < YMax )
    {
        RetValue = 1;
    }
    return RetValue;
}
Peguei da Net, entгo Nгo tenho como Colocar Quem foi que Fez.
Reply


Messages In This Thread
GanZone - by s4kuL - 09.09.2012, 20:13
Re: GanZone - by StanleyScripter - 09.09.2012, 20:18
Re: GanZone - by @Riichard - 09.09.2012, 20:22
Re: GanZone - by s4kuL - 09.09.2012, 20:26
Re: GanZone - by SuB_ZeRo0_ - 09.09.2012, 20:31
Re: GanZone - by @Riichard - 09.09.2012, 20:33
Re: GanZone - by StanleyScripter - 09.09.2012, 20:35
Re: GanZone - by @Riichard - 09.09.2012, 20:36
Re: GanZone - by s4kuL - 09.09.2012, 20:37
Re: GanZone - by .FuneraL. - 09.09.2012, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)