Help Texdraw
#1

prejudice raga and the first time post here so I would ask you a few things .... I hope not too many XD

1) I want a texdraw that starts when I reboot the server when I / gmx or / rcon gmx ... I appear with a TexDraw wrote SERVER RESTART .. WAIT ...
2) I want to know how to make a speedometer with a texdraw hands and can do? how?? and if possible a simple guide .... thanks to all
Reply
#2

1. Use a gametext
2. Look in other scripts .
Reply
#3

If you want the text when the server restarts:

pawn Код:
public OnGameModeExit()
{
   GameTextForAll("~r~RESTARTING, PLEASE WAIT", 30000, 4);
   return 1;
}
pawn Код:
public OnPlayerConnect(playerid)
{
   GameTextForPlayer(playerid, "_", 10, 4);
   return 1;
}
Reply
#4

Quote:

I want to know how to make a speedometer with a texdraw hands and can do? how?? and if possible a simple guide .... thanks to all

but I need a guide! not a beautiful and already done
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)