19.04.2015, 14:14
You mean like this?
PHP Code:
else if(!IsACopCar(vehicleid))
{
if(!IsACop(playerid))
{
displayCenterHUDInfo(playerid, "You are not a member of the~n~~b~LSPD/FBI/SAST~w~.", 8); //display for 8 seconds
PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
ClearAnimations(playerid);
}
}