17.02.2013, 17:26
Hello, i made this textdraw i put it OnGameModeInit so doesn't appear why?
On top
new Text:Welcome;
And i wanna to know how to make a text appear when the player enter the server for 3 seconds the hide im trying with
Gametextforplayer i can't
On top
new Text:Welcome;
Quote:
Welcome = TextDrawCreate(7 ,459 , "XtremesServers.tk"); TextDrawFont(Welcome , 3); TextDrawLetterSize(Welcome , 0.5, 3.5); TextDrawColor(Welcome , 0xff4400FF); |
Gametextforplayer i can't