ERROR!!!!!!
#1

I GOT THSI ERROR IN ZCMD

pawn Код:
CMD:respawnall(playerid,params[])
{  
    // Check if the player has logged in
    if (APlayerData[playerid][LoggedIn] == true)
    {
        if(APlayerData[playerid][PlayerLevel] >= 3)
        {
            for(new vid = 1; vid <= 1999; vid++)
            {
            if(IsVehicleEmpty(vid)) SetVehicleToRespawn(vid);
            }
            SendClientMessageToAll(0x00FF00FF, "All vehicles have been used by the staff respawn");
        }
        else
            return 0;
    }
    else
        return 0;
       
    return 1;
}

this is the error : if(IsVehicleEmpty(vid))

undefined symbol
Reply


Messages In This Thread
ERROR!!!!!! - by shoaib_sait - 27.01.2013, 16:16
Re: ERROR!!!!!! - by Mr.Anonymous - 27.01.2013, 16:23
Re: ERROR!!!!!! - by SchurmanCQC - 27.01.2013, 16:26
Re: ERROR!!!!!! - by CJay9209 - 27.01.2013, 16:42
AW: ERROR!!!!!! - by Blackazur - 27.01.2013, 16:43
Re: ERROR!!!!!! - by CJay9209 - 27.01.2013, 16:56
Re: ERROR!!!!!! - by shoaib_sait - 28.01.2013, 10:02

Forum Jump:


Users browsing this thread: 1 Guest(s)