16.08.2013, 15:51
So I was basically making a command which is /admins and it shows the admins online and next to their name it says their status For Example:
And I made a variable which is:
However I get this error:
Line 62177 is:
- Thanks
Код:
Name: Jack_Digworth Level: 6 ( Available ) Name: James_Travis Level: 6 ( Busy ) Name: Hannah_Clarke Level: 6 ( AFK )
Код:
new PlayerInfo[playerid][Available];
Код:
C:\Users\pc\Desktop\Documents\C-RP\gamemodes\U-RP.pwn.pwn(62177) : error 008: must be a constant expression; assumed zero C:\Users\pc\Desktop\Documents\C-RP\gamemodes\U-RP.pwn.pwn(62177) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\pc\Desktop\Documents\C-RP\gamemodes\U-RP.pwn.pwn(62177) : error 036: empty statement C:\Users\pc\Desktop\Documents\C-RP\gamemodes\U-RP.pwn.pwn(62177) : fatal error 107: too many error messages on one line
Код:
new PlayerInfo[playerid][Available];