26.11.2012, 10:25
How make an textdraw that gets playername or loads something in the scriptfiles?
new string[ 128 ]; new p_name[ 25 ]; GetPlayerName( playerid, p_name, sizeof( p_name) ); format( string, 128, "%s", p_name ); TextDrawSetString( TD, string );