Help Texdraw
#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


Messages In This Thread
Help Texdraw - by [ZX]_Whitewolf - 13.06.2010, 07:01
Re: Help Texdraw - by [HiC]TheKiller - 13.06.2010, 07:30
Re: Help Texdraw - by TheInnocentOne - 13.06.2010, 07:50
Re: Help Texdraw - by [ZX]_Whitewolf - 13.06.2010, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)