Making a countdown with 3d label! - 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: Making a countdown with 3d label! (
/showthread.php?tid=162583)
Making a countdown with 3d label! -
aNdReSk - 24.07.2010
I'd like to make a countdown with a 3d label!
but when i create a
new labelll;
labelll = Create3DTextLa...blabla
it just gives me an error :P
do u create named lables in a different way?
Re: Making a countdown with 3d label! -
Blt950 - 24.07.2010
We would like to see the way you made your bla bla bla
And the errors, and where the errors are located.
Re: Making a countdown with 3d label! -
Fj0rtizFredde - 24.07.2010
Use:
pawn Код:
new Text3D:labelll;
labelll = Create3DTextLa...blabla
Re: Making a countdown with 3d label! -
aNdReSk - 24.07.2010
ohhhhh thx haha