28.09.2012, 18:10
I added this to my gamemode file under
public OnGameModeInit ()
and I got this 2 errors
public OnGameModeInit ()
Код:
new msg[128]; format(msg,sizeof(msg),"Solve for %i$ --> %i + %i - %i + %i = ?",E_CASH,E_NUM1,E_NUM2,E_NUM3,E_NUM4); SendClientMessageToAll(COLOR_YELLOW,msg); print(msg);
Код:
C:\Users\Julius\Documents\Grand Theft Auto Servers\San Andreas\samp03e_svr_win32.zip\gamemodes\grandlarc3.pwn(498) : error 017: undefined symbol "E_CASH" C:\Users\Julius\Documents\Grand Theft Auto Servers\San Andreas\samp03e_svr_win32.zip\gamemodes\grandlarc3.pwn(499) : error 017: undefined symbol "COLOR_YELLOW"