Ich bin gerade dabei ein Ticket System zu machen aber habe folgende Error
D:\Scripte\SunLight City Roleplay\pawno\include\dutils.inc(20) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
D:\Scripte\SunLight City Roleplay\gamemodes\SLC.pwn(15885) : error 017: undefined symbol "Init_SUP"
D:\Scripte\SunLight City Roleplay\gamemodes\SLC.pwn(46182) : warning 219: local variable "Init_SUP" shadows a variable at a preceding level
D:\Scripte\SunLight City Roleplay\gamemodes\SLC.pwn(46183) : error 029: invalid expression, assumed zero
D:\Scripte\SunLight City Roleplay\gamemodes\SLC.pwn(46183) : error 012: invalid function call, not a valid address
D:\Scripte\SunLight City Roleplay\gamemodes\SLC.pwn(46183) : error 029: invalid expression, assumed zero
D:\Scripte\SunLight City Roleplay\gamemodes\SLC.pwn(46183) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
Zeile 15885
Init_SUP();
zeile 46182
new Init_SUP[500];
zeile 46183
forward Init_SUP();