Jump to content
  • 0

Eroare la crearea unei factiuni.


.maSTER

Question

Primesc eroare la linia 14783 not found ) parca but found -identifer.

Si la 28034 Unknown symbol "member". GM burned. Codurile

  else if(IsACop(playerid)format(string, sizeof(string), "* %s %s: %s, over.", GetRankName(playerid), sendername, radiomsj);

if(member==1 || member==2 || member==3 || members==14) return 1;

Codul intreg de la 28034.

function IsACop(playerid) {
    new leader = PlayerInfo[playerid][pLeader], member = PlayerInfo[playerid][pMember];
    if(member==1 || member==2 || member==3 || members==14) return 1;
    else if(leader==1 || leader==2 || leader==3 || leader==14) return 1;
    return 0;

EROARE NOUA - [debug] Run time error 4: "Array index out of bounds"
[12:40:34] [debug]  Accessing element at index 15 past array upper bound 14
[12:40:34] [debug] AMX backtrace:
[12:40:34] [debug] #0 00208274 in public GetFMembers () from gmm.amx
[12:40:34] [debug] #1 00282b80 in public LoadSafes () from gmm.amx
[12:40:34] [debug] #2 000a0394 in ?? () from gmm.amx
[12:40:34] [debug] #3 000283e8 in public L_AFK_OnGM () from gmm.amx
[12:40:34] [debug] #4 native CallLocalFunction () from samp03svr
[12:40:34] [debug] #5 00018928 in public SSCANF_OnGameModeInit () from gmm.amx
[12:40:34] [debug] #6 00012cd8 in public Itter_OnGameModeInit () from gmm.amx
[12:40:34] [debug] #7 native CallLocalFunction () from samp03svr
[12:40:34] [debug] #8 00011dfc in public ScriptInit_OnGameModeInit () from gmm.amx
[12:40:34] [debug] #9 00010d80 in public PZone_OnGameModeInit () from gmm.amx
[12:40:34] [debug] #10 native CallLocalFunction () from samp03svr
[12:40:34] [debug] #11 000069e4 in public OnGameModeInit () from gmm.amx
[12:40:34] Number of vehicle models: 64
[12:40:34] [MySQL] Dealership models: 89
[12:40:35] Accesory loaded: 100

Apare gamemode unknown.

Edited by .maSTER
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.