Need help with my function please.
#4

Quote:
Originally Posted by Undef1ned
Посмотреть сообщение
PHP код:
function PWarHighCheck(playerid)
{
    new 
Float:pos[3];
    
GetPlayerPos(playeridpos[0], pos[1], pos[2]);
    
    if(
pos[2] < 46.1413 && PWarBattle[playerid][InPWar])
    {
        
PLozzerPWar(playerid);
        return 
1;
    }
    
    if(
PWarBattle[playerid][InPWar]) SetTimerEx("PWarHighCheck"1000false"d"playerid);
    return 
1;

You should write stock instead of function, this is not JavaScript.

Anyway we talked in private chat and the issue is not that simple, it's almost impossible to be solved by someone else.
Reply


Messages In This Thread
Need help with my function please. - by SaMuRy - 14.09.2018, 11:02
Re: Need help with my function please. - by AmirSavand - 14.09.2018, 13:06
Re: Need help with my function please. - by Undef1ned - 14.09.2018, 15:16
Re: Need help with my function please. - by AmirSavand - 15.09.2018, 01:24
Re: Need help with my function please. - by Undef1ned - 15.09.2018, 02:26
Re: Need help with my function please. - by AmirSavand - 15.09.2018, 07:05
Re: Need help with my function please. - by Banditul18 - 15.09.2018, 07:15
Re: Need help with my function please. - by UFF - 15.09.2018, 09:02
Re: Need help with my function please. - by AmirSavand - 15.09.2018, 09:07
Re: Need help with my function please. - by Undef1ned - 15.09.2018, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)