TextDraw Display When Login
#1

Hi All, I have one textdraw, i want this display when Login, and disappears when spawn
I was writed and F5, it not error
But in-game, it don't work
There is my Textdraw:
Anyone can help me ? please
Reply
#2

Huh, you just posted this thread and we helped you yesterday.

Ultraz.
Reply
#3

You are re-declaring the textdraw in each function:
Код:
new Text:TDEditor_TD0;
You need to declare all of these only once at the top, outside of any function.
Reply
#4

It's just wasting people time?
https://sampforum.blast.hk/showthread.php?tid=639519
Reply
#5

Next time, avoid posting new threads and just ask in the other thread.

https://pastebin.com/ri9fenhB
Reply
#6

Quote:
Originally Posted by Ultraz
Посмотреть сообщение
Huh, you just posted this thread and we helped you yesterday.

Ultraz.
Yes, F5 work, but in-game not work bro
Reply
#7

Quote:
Originally Posted by Ghazal
Посмотреть сообщение
Next time, avoid posting new threads and just ask in the other thread.

https://pastebin.com/ri9fenhB
Error:
Код:
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(58) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(59) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(60) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(61) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(62) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(63) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(64) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(65) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(66) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(67) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(68) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(69) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(70) : error 017: undefined symbol "TDEditor_TD0"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(72) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(73) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(74) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(75) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(76) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(77) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(78) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(79) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(80) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(81) : error 017: undefined symbol "TDEditor_TD1"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(83) : error 017: undefined symbol "TDEditor_TD2"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(84) : error 017: undefined symbol "TDEditor_TD2"
C:\Users\Karato\Downloads\Compressed\New\filterscripts\Login.pwn(85) : error 017: undefined symbol "TDEditor_TD2"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
This is why i post new post
Reply
#8

Help me ? Please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)