Text - 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)
+--- Thread: Text (
/showthread.php?tid=422910)
Text -
raamiix - 15.03.2013
When my server, I want it to come up a box in the middle where there is a text like NGRP. Want even have such a box fixed above that at mitetn. Have tried to do this but I fail. 'm Really grateful if someone does this for me.
Text: After 5 sec is going to login
Re: Text -
DaRk_RaiN - 15.03.2013
GameTextForPlayer
pawn Код:
//Under OnPlayerConnect.
GameTextForPlayer(playerid, "NGRP", 5000, 0);
Re: Text -
tyler12 - 15.03.2013
NG:RP uses textdraws. Set a timer; hide the textdraw then proceed with login.