04.06.2012, 00:11
Quote:
hey. is there a "if" statement like this:
if(getvehicleNameOrId == 411) or something like that so it can check if player is in vehicle 411? |
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 411)
https://sampwiki.blast.hk/wiki/GetVehicleModel
No, your statement is invalid, that wont work.