Can't fix
#1

PHP код:
#define S_SRVBOJA             "{008000}"
#define S_BJELA               "{FFFFFF}" 
Those are colors defines
PHP код:
new string[100];
            
format(stringsizeof(string), ""S_SRVBOJA"Info: "S_BIJELA"Uspjesno ste postavili nove ime servera (%s)."inputtext);
            
SCM(playerid, -1string); 
Those are lines
Код:
C:\Users\Micko\Desktop\BaySide\gamemodes\BS.pwn(1885) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Micko\Desktop\BaySide\gamemodes\BS.pwn(1885) : error 017: undefined symbol "S_BIJELA"
C:\Users\Micko\Desktop\BaySide\gamemodes\BS.pwn(1885) : warning 215: expression has no effect
C:\Users\Micko\Desktop\BaySide\gamemodes\BS.pwn(1885) : warning 215: expression has no effect
C:\Users\Micko\Desktop\BaySide\gamemodes\BS.pwn(1885) : error 001: expected token: ";", but found ")"
C:\Users\Micko\Desktop\BaySide\gamemodes\BS.pwn(1885) : fatal error 107: too many error messages on one line

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


4 Errors.
Those are errors
Reply
#2

Fixed. Instead of

S_BJELA
i typed

S_BIJELA
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)