07.03.2011, 14:38
Okay, so I wanna know, how can I make it so that a car is only able to be used by a PD officer, or Medic/gang member of that gang.
I have this if it helps, Thanks:
I have this if it helps, Thanks:
pawn Код:
if(Groups[Player[playerid][Group]][CommandTypes] == 1 && Player[playerid][Group] != 0 || Groups[Player[playerid][Group]][CommandTypes] == 4)


