Yellow Going in Icons and Skin checker for Lspd Car
#8

use this :
Code:
new Model=GetVehicleModel(vehicleid);
if(Model == 596)
{
if(GetPlayerSkin(playerid) == 288)
{
return 1;
}
SendClientMessage(playerid,red,"You are not a Police Officer.");
RemovePlayerFromVehicle(playerid);
}
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)