Error!
#2

srry can't help u exept saying u didn't defined "Level" and u have a wrong thing in ur script , it should be :
Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
 	if(PlayerInfo[playerid][Level] < 1)
	{
	new vehicleid = acar;
	if(vehicleid == acar)
	{
	RemovePlayerFromVehicle(playerid);
	SendClientMessage(playerid,0xFF9900AA, "This Vehicle Is Not Allowed");
	}
	}
	return 1; 
}
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)