[HELP]No-Kill
#7

pawn Код:
IsPlayerInCube(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy, Float:minz, Float:maxz)
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    if (x > minx && x < maxx && y > miny && y < maxy && z > minz && z < maxz) return 1;
    return 0;
}
Reply


Messages In This Thread
[HELP]No-Kill - by Riso135 - 30.08.2011, 10:28
Re: [HELP]No-Kill - by bestr32 - 30.08.2011, 10:30
Re: [HELP]No-Kill - by Davz*|*Criss - 30.08.2011, 10:30
Re: [HELP]No-Kill - by Michael@Belgium - 30.08.2011, 10:32
Re: [HELP]No-Kill - by [HiC]TheKiller - 30.08.2011, 10:33
Re: [HELP]No-Kill - by Riso135 - 30.08.2011, 11:39
Re: [HELP]No-Kill - by Pinguinn - 30.08.2011, 11:55
Re: [HELP]No-Kill - by Riso135 - 30.08.2011, 20:15
Re: [HELP]No-Kill - by Pinguinn - 30.08.2011, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)