08.12.2009, 17:21
iґve got this error
the line is
www = TextDrawCreate(10.000000,436.000000,s);
iґve put the code in ongamemode init but s isnt define there i have use
new s[100]; and compile but when i start the server it crashes so new s[100]; is wrong
Code:
C:\Dokumente und Einstellungen\ante\Desktop\ls\S-L_Server\tester\gamemodes\stuntlantis.pwn(391) : error 017: undefined symbol "s" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
www = TextDrawCreate(10.000000,436.000000,s);
iґve put the code in ongamemode init but s isnt define there i have use
new s[100]; and compile but when i start the server it crashes so new s[100]; is wrong

