Textdraws problem
#2

change
if(!IsPlayerInAnyVehicle(playerid)){
to
if(newstate != PLAYER_STATE_DRIVER){

and change
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
to
if(newstate == PLAYER_STATE_DRIVER)

I assume that you only want the driver to see the textdraw.
Reply


Messages In This Thread
Textdraws problem - by Daslee - 16.07.2012, 18:57
Re: Textdraws problem - by hansen111 - 16.07.2012, 20:36
Re: Textdraws problem - by Daslee - 17.07.2012, 11:06
Re: Textdraws problem - by Daslee - 19.07.2012, 12:39
Re: Textdraws problem - by hansen111 - 19.07.2012, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)