lock cars for certin teams
#3

yes, I had this working,


Код:
{
if(newstate == PLAYER_STATE_DRIVER)
{
new vehicleid = GetPlayerVehicleID(playerid);
new modelid = GetVehicleModel(vehicleid);

switch(modelid)
{
case 596,523,528,427,601,477,497:
{
if(playerid, Team_LSPD)
{
} else {
SendClientMessage(playerid, COLOR_GREY," You are not authorized to use that vehicle.");
RemovePlayerFromVehicle(playerid);
}
}
}
}
return 1;
}
But now it dosnt work
Reply


Messages In This Thread
lock cars for certin teams - by [LSR]State_Trooper - 20.02.2010, 12:46
Re: lock cars for certin teams - by guaid - 20.02.2010, 14:35
Re: lock cars for certin teams - by [LSR]State_Trooper - 20.02.2010, 15:46
Re: lock cars for certin teams - by DiMeNsIoN© - 20.02.2010, 16:01

Forum Jump:


Users browsing this thread: 2 Guest(s)