Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Top of your gm??
Find the part in your script that creates it.
Posts: 77
Threads: 4
Joined: Dec 2011
Reputation:
0
If I'm correct the textdraw only shows when you are in car, but when you leave the car the textdraw stays right? Try using TextDrawHideForPlayer onplayerexitvehicle or onstatechange from state_driver to state_onfoot
Posts: 409
Threads: 101
Joined: Jul 2009
Reputation:
0
The textdraw should be when you enter to car but it shows when you are connect to the server..
Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
StationText is not the Textdraw name.
search for TextDrawSetString() that has StationText in it and use the textdraw name in it
suhrab_mujeeb
Unregistered
Is the variable something like
new Text:StationText;
OR
new StationText;?