error 010: invalid function or declaration
#4

pawn Код:
if((IsPlayerInRangeOfPoint(i, 15.0, 1089.3264, 2513.0588, 9.8871)) && (P_Data[i][pAdmin] >= 1 || IsPlayerAdmin(i)) //Check if any admin is in the area. Replace '8.0, 3.0, 10.0' with your own coordinates of your closed gate.
)
    if(gateopen == false) // If the gate isn't open...
    {
Should be:
pawn Код:
if((IsPlayerInRangeOfPoint(i, 15.0, 1089.3264, 2513.0588, 9.8871)) && (P_Data[i][pAdmin] >= 1 || IsPlayerAdmin(i)) //Check if any admin is in the area. Replace '8.0, 3.0, 10.0' with your own coordinates of your closed gate.
{
    if(gateopen == false) // If the gate isn't open...
    {
Reply


Messages In This Thread
error 010: invalid function or declaration - by Primard - 05.03.2015, 07:18
Re: error 010: invalid function or declaration - by CalvinC - 05.03.2015, 07:23
Re: error 010: invalid function or declaration - by Primard - 05.03.2015, 07:24
Re: error 010: invalid function or declaration - by CalvinC - 05.03.2015, 07:26
Re: error 010: invalid function or declaration - by Primard - 05.03.2015, 07:37
Re: error 010: invalid function or declaration - by X337 - 05.03.2015, 07:49
Re: error 010: invalid function or declaration - by CalvinC - 05.03.2015, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)