Error!
#1

err hay guys!
I have an eror on some adminc cars!
Ok so i am using Ladmin and i just did this command

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(PlayerInfo[playerid][Level] < 1)
    {
    new vehicleid = acar;
    new modelid = GetVehicleModel(vehicleid);
    if(modelid == acar || modelid == acar)
    {
    RemovePlayerFromVehicle(playerid);
    SendClientMessage(playerid,0xFF9900AA, "This Vehicle Is Not Allowed");
    }
    }
    return 1;
}
and when i want to compile it i get this error:
Код:
C:\Documents and Settings\Cosmin\My Documents\Downloads\samp03asvr_R7_win32\gamemodes\Stunt.pwn(2766) : error 017: undefined symbol "Level"
can someone help me please?
Reply


Messages In This Thread
Error! - by ColdXX - 12.04.2010, 21:01
Re: Error! - by aircombat - 12.04.2010, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)