Help Texdraw - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Texdraw (
/showthread.php?tid=154277)
Help Texdraw -
[ZX]_Whitewolf - 13.06.2010
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
Re: Help Texdraw -
[HiC]TheKiller - 13.06.2010
1. Use a gametext
2. Look in other scripts

.
Re: Help Texdraw - TheInnocentOne - 13.06.2010
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;
}
Re: Help Texdraw -
[ZX]_Whitewolf - 13.06.2010
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