25.03.2015, 08:04
Make sure this is correct:
If pSpawn isn't set to 1, or CarInfo[vehicleid][cType] isn't set to VEHICLE_TYPE_LAW_ENFORCEMENT, then it will give that message.
pawn Код:
if (PlayerInfo[playerid][pSpawn] == 1 && CarInfo[vehicleid][cType] == VEHICLE_TYPE_LAW_ENFOREMENT)