SA-MP Forums Archive
Help td - 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: Help td (/showthread.php?tid=612211)



Help td - Micko123 - 15.07.2016

i get these errors
PHP код:
C:\Users\Admin\Desktop\Ostali\Extreme School\Extreme School RPG\gamemodes\td.pwn(36) : error 017undefined symbol "TDEditorTD"
C:\Users\Admin\Desktop\Ostali\Extreme School\Extreme School RPG\gamemodes\td.pwn(36) : warning 215expression has no effect
C
:\Users\Admin\Desktop\Ostali\Extreme School\Extreme School RPG\gamemodes\td.pwn(36) : error 001expected token";"but found "]"
C:\Users\Admin\Desktop\Ostali\Extreme School\Extreme School RPG\gamemodes\td.pwn(36) : error 029invalid expressionassumed zero
C
:\Users\Admin\Desktop\Ostali\Extreme School\Extreme School RPG\gamemodes\td.pwn(36) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

This is the line
PHP код:
TDEditorTD[0] = TextDrawCreate(593.500000390.812500""); 
and i have this on top of gm
PHP код:
new Text:TDEditorTD[28]; 



Re: Help td - Micko123 - 15.07.2016

-FIXED-