Help: loading textdraw..
#1

im making a loading textdraw...

.. i have created the textdraws.. are two

so, i explain what i want... :

example: when player connect, show the two loading textdraw... for 4 seconds.. and will be carried out after the connection to the server (i.e: Connected to SA-MP 0.3 Server, destroy the textdraw, after this message, SA-MP 0.3e Started, Connecting to ip here ... , Connected. Joining the game...)

possible ? please if yes.. thanks
Reply
#2

Why you not make it with timer?

Code:
SetTimeEx("HideTextDraw", 5000, false, "d", playerid)
The function need forwar so you need to add this:

Code:
forward HideTextDraw(playerid);
And here is our callback

pawn Code:
public HideTextDraw(playerid) }

   TextDrawHideForPlayer(playerid, YourTextDrawNameplayerid]);
   return 1;
{

EDIT: Forget to add forward
Reply
#3

yes but for blocking a connection to the server for 4 seconds, and when appear Connected to SA-MP 0.3 Server ? read my post
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)