Problem with speedcams
#6

I allready hae this:

PHP код:
IsPlayerInArea(playeridFloat:MinXFloat:MinYFloat:MaxXFloat:MaxY)
{
    new 
Float:XFloat:YFloat:Z;
    
GetPlayerPos(playeridXYZ);
    if(
>= MinX && <= MaxX && >= MinY && <= MaxY) {
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
Problem with speedcams - by Makaak - 26.12.2013, 17:12
Re: Problem with speedcams - by Kells - 26.12.2013, 17:13
Re: Problem with speedcams - by Konstantinos - 26.12.2013, 17:17
Re: Problem with speedcams - by Makaak - 26.12.2013, 17:27
Re: Problem with speedcams - by Konstantinos - 26.12.2013, 17:37
Re: Problem with speedcams - by Makaak - 26.12.2013, 17:51
Re: Problem with speedcams - by [WA]iRonan - 26.12.2013, 18:28
Re: Problem with speedcams - by Kells - 26.12.2013, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)