20.07.2013, 18:51
ohhh ok because this is my new code i just changed, and now its giving me a warning when I compile "warning 213: tag mismatch"
that would explain the warning. So I would need to change that function to "delete3dtextlabel"?
Код:
public OnPlayerStateChange(playerid, newstate, oldstate) { if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER) // Player entered a vehicle as a driver or passenger { TextDrawShowForAll(vpVehicleText); }