24.07.2012, 12:27
TimedC4[playerid] = TextDrawCreate(300.0,300.0,szString);
TextDrawTextSize(TimedC4[playerid],0.7,3.0);
TextDrawShowForAll(TimedC4[playerid]);
Why [playerid], this textdraw will be showed to everyone (TextDrawShowForAll) (if u want to show a textdraw just to one player, use PlayerTextdraws)
TextDrawTextSize(TimedC4[playerid],0.7,3.0);
TextDrawShowForAll(TimedC4[playerid]);
Why [playerid], this textdraw will be showed to everyone (TextDrawShowForAll) (if u want to show a textdraw just to one player, use PlayerTextdraws)