04.11.2018, 15:28
Hey guys,
could somebody explain me that problem? Because I really can't get through that...
Thank you.
Btw. I tried to recount it, change numbers, ... well, nothing happened.
could somebody explain me that problem? Because I really can't get through that...
Thank you.
Btw. I tried to recount it, change numbers, ... well, nothing happened.
PHP Code:
#define ACMDS 24
enum ACMDPROPERTIES{
acmdACCESS,
acmdCMD [16],
acmdHELP [32]
}
new adminCMD[ACMDS][ACMDPROPERTIES] = {
{ 1, "#" , "[TEXT]" },
{ 3, "/answer" , "[Q-ID] [MSG]" },
{ 3, "/questions" , " " },
{ 5, "/asay" , "[MSG]" },
{ 7, "/ainfo" , "[P-ID]" },
{ 78, "/goto" , "[P-ID]" },
{ 99, "/tmute" , "[P-ID] [REASON] [MONTHS] [DAYS] [HOURS] [SECONDS]" },
{ 105, "/war" , "[P-ID] [REASON]" },
{ 120, "/get" , "[P-ID]" },
{ 140, "/kick" , "[P-ID] [REASON]" },
{ 154, "/tfreeze" , "[P-ID] [REASON] [MONTHS] [DAYS] [HOURS] [SECONDS]" },
{ 178, "/tban" , "[P-ID] [REASON] [MONTHS] [DAYS] [HOURS] [SECONDS]" },
{ 230, "/banlist" , " " },
{ 240, "/unban" , "[P-NAME] [0,1,2=MUTE,FREEZE,BAN]" },
{ 350, "/setaa" , "[P-ID] [ACCESS]" },
{ 350, "/setalvl" , "[P-ID] [LEVEL] [ACCESS | 50, 100, 150, 200, 250, 350]" },
{ 999, "/jobvehicles" , "[JOBID] [fful, savepos, respawn, repair, eoff, eon, unlock, lock, delete]" },
{ 999, "/arcon" , "[gmx, exit, list, savedb]" },
{ 999, "/listmission" , " " },
{ 999, "/listcp" , " " },
{ 999, "/listvehicle" , " " },
{ 999, "/listjob" , " " },
{ 999, "/listrank" , " " },
{ 999, "/listhouse" , " " }
};
PHP Code:
C:\Users\RJ\Desktop\WinGTAsa\gamemodes\rn.pwn(193) : warning 228: length of initialler exceeds size of the enum field
C:\Users\RJ\Desktop\WinGTAsa\gamemodes\rn.pwn(193) : error 018: initialization data exceeds declared size