08.06.2015, 18:31
If I got this script
if(IsACopCar(newcar))
{
if(type == 1)
{
}
else
{
SendClientMessage(playerid, COLOR_GREY, "Only LSPD and FBI got keys for this");
ClearAnimations(playerid);
}
How Can I add type 2 as well, so it type 1 and 2 that can use it.
if(IsACopCar(newcar))
{
if(type == 1)
{
}
else
{
SendClientMessage(playerid, COLOR_GREY, "Only LSPD and FBI got keys for this");
ClearAnimations(playerid);
}
How Can I add type 2 as well, so it type 1 and 2 that can use it.