I can not get these textdraws workin! - 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: I can not get these textdraws workin! (
/showthread.php?tid=278872)
Re: I can not get these textdraws workin! -
=WoR=Varth - 24.08.2011
NVM. Miss read.
EDIT:
pawn Code:
new Text:WelcomeText;
WelcomeText = TextDrawCreate(246,456,"[SDK]FreeRoam scripted by [SDK]Azzeto");//OnGameModeInit
TextDrawShowForPlayer(playerid,WelcomeText);//OnPlayerconnect
Re: I can not get these textdraws workin! -
Toreno - 24.08.2011
varthshenon's should also work perfectly.
Re: I can not get these textdraws workin! -
Azzeto - 24.08.2011
Still didnt work, i dnt understand this at all