https://www.open.mp/docs/scripting/funct...wForPlayer
Do TextDrawShowForPlayer( playerid, g_Player[playerid][td_fuel] ); to show "updated pos".
except that you can't change TD pos at all, there is no function for that.
You have to destroy existing one, create new and show it...
Do TextDrawShowForPlayer( playerid, g_Player[playerid][td_fuel] ); to show "updated pos".
Quote:TIP
If you want to change the font of a textdraw that is already shown, you don't have to recreate it. Simply use TextDrawShowForPlayer/TextDrawShowForAll after modifying the textdraw and the change will be visible.
except that you can't change TD pos at all, there is no function for that.
You have to destroy existing one, create new and show it...