26.12.2013, 17:44
i'm trying to work with enums but i have problem with those,
41:
can someone explain to me how to use it right?
PHP код:
enum Pam
{
pamo[256],
};
enum Times
{
lMinute,
lHour,
sName[30],
paranum,
Pam:sParamater[30],
};
new Loop[MAX_LOOPS][Times];
Loop[0][sParamater.1] = " ";
Quote:
C:\Users\win7\Desktop\samp03x_svr_R1-2_win32\gamemodes\lvdm.pwn(41) : error 010: invalid function or declaration |
PHP код:
Loop[0][sParamater.1] = " ";