Hey guys, i need a help with function, where i can preserve all police vehicles id's for requirement when i can call permissions.
GetVehicleModel(GetPlayerVehicleID(playerid));
Example
if(newstate == PLAYER_STATE_DRIVER && GetVehicleModel(GetPlayerVehicleID(playerid) == 596
if(newstate == PLAYER_STATE_DRIVER?&& idkAllPoliceCar ...
Thanks.