10.01.2011, 19:12
I made a setcarplates command which sets your car's plates to something you type.
I need to make a check where it checks if player is in any vehicle. I made the following but I get a tag mismatch message. Can you please help me out?
I need to make a check where it checks if player is in any vehicle. I made the following but I get a tag mismatch message. Can you please help me out?
Код:
if(IsPlayerInAnyVehicle(getid) == true) return SendClientMessage(playerid,COLOR_RED,"[Error] Player has to be in a vehicle to do this");