Math questions
#1

I added this to my gamemode file under
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);
and I got this 2 errors
Код:
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"
Reply


Messages In This Thread
Math questions - by JEkvall95 - 28.09.2012, 18:10
Re: Math questions - by Mr.Anonymous - 28.09.2012, 18:14
Re: Math questions - by JEkvall95 - 28.09.2012, 18:18
Re: Math questions - by OnlyOne - 28.09.2012, 18:37
Re: Math questions - by Mr.Anonymous - 28.09.2012, 19:37
Re: Math questions - by KingHual - 28.09.2012, 19:47
Re: Math questions - by JEkvall95 - 28.09.2012, 20:47
Re: Math questions - by BlacK_RiDeR - 28.09.2012, 20:55
Re: Math questions - by JEkvall95 - 28.09.2012, 21:03
Re: Math questions - by BlacK_RiDeR - 28.09.2012, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)