Hiding a 3d Text label
#3

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"

Код:
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);
    }
that would explain the warning. So I would need to change that function to "delete3dtextlabel"?
Reply


Messages In This Thread
Hiding a 3d Text label - by Coz - 20.07.2013, 18:37
Re: Hiding a 3d Text label - by SuperViper - 20.07.2013, 18:46
Re: Hiding a 3d Text label - by Coz - 20.07.2013, 18:51
Re: Hiding a 3d Text label - by Vampr - 20.07.2013, 18:55
Re: Hiding a 3d Text label - by Coz - 20.07.2013, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)