06.10.2011, 12:12
No one else here spotted the single = ? When checking a value that should be equal to, you need to use 2 = signs so it should be
pawn Код:
if(vehicleid == Admin_Vehicle && (AccInfo[playerid][Level] >= 1 || IsPlayerAdmin(playerid))
{
ClearAnimations(playerid);
SendClientMessage(playerid, 0xAA3333AA, "This vehicle is for admins only!");
}