Jump to content
  • 0

Problema server


FlobertRO

Question

Buna , am si eu o problema . Mi-se restarteaza serverulul random . In server_log am gasit asta

Stie cineva ce pot face :) Va rog ❤️ . Multumesc frumos

 

 

[23:17:26] [join] rezana has joined the server (1:---------------------)
[23:17:26] [debug] Run time error 4: "Array index out of bounds"
[23:17:26] [debug]  Accessing element at index 1 past array upper bound 0
[23:17:26] [debug] AMX backtrace:
[23:17:26] [debug] #0 00200b24 in ?? (... <1 argument>) at GM.pwn:8108
[23:17:26] [debug] #1 000aef80 in public MP_OPC (playerid=1) at C:\Users\xda\Desktop\gamemode-impact\gamemode-rpg-impact\pawno\include\YSI\y_hooks/impl.inc:633
[23:17:26] [debug] #2 native CallLocalFunction () from samp03svr
[23:17:26] [debug] #3 0000c77c in public SSCANF_OnPlayerConnect (playerid=1) at C:\Users\xda\Desktop\gamemode-impact\gamemode-rpg-impact\pawno\include\mSelection.inc:432
[23:17:26] [debug] #4 00003210 in public Itter_OnPlayerConnect (playerid=1) at C:\Users\xda\Desktop\gamemode-impact\gamemode-rpg-impact\pawno\include\sscanf2.inc:236
[23:17:26] [debug] #5 00001684 in public OnPlayerConnect (playerid=1) at C:\Users\Florin\Dxda\gamemode-impact\gamemode-rpg-impact\pawno\include\YSI\y_iterate.inc:646
Edited by FlobertRO
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

In linia 8108 in gamemode este un textdraw

 


    SK[playerid][6] = CreatePlayerTextDraw(playerid,306.000000, 299.000000, "LD_BEAT:cross");
   linia 8108 : PlayerTextDrawAlignment(playerid,SK[playerid][6], 2); 
    PlayerTextDrawBackgroundColor(playerid,SK[playerid][6], 155);
    PlayerTextDrawFont(playerid,SK[playerid][6], 4);
    PlayerTextDrawLetterSize(playerid,SK[playerid][6], 0.200000, 1.100000);
    PlayerTextDrawColor(playerid,SK[playerid][6], -1);
    PlayerTextDrawSetOutline(playerid,SK[playerid][6], 0);
    PlayerTextDrawSetProportional(playerid,SK[playerid][6], 1);
    PlayerTextDrawSetShadow(playerid,SK[playerid][6], 1);
    PlayerTextDrawUseBox(playerid,SK[playerid][6], 1);
    PlayerTextDrawBoxColor(playerid,SK[playerid][6], 0);
    PlayerTextDrawTextSize(playerid,SK[playerid][6], 15.000000, 16.000000);

Link to comment
Share on other sites

  • 0
On 1/17/2022 at 3:53 PM, FlobertRO said:

In linia 8108 in gamemode este un textdraw

 


    SK[playerid][6] = CreatePlayerTextDraw(playerid,306.000000, 299.000000, "LD_BEAT:cross");
   linia 8108 : PlayerTextDrawAlignment(playerid,SK[playerid][6], 2); 
    PlayerTextDrawBackgroundColor(playerid,SK[playerid][6], 155);
    PlayerTextDrawFont(playerid,SK[playerid][6], 4);
    PlayerTextDrawLetterSize(playerid,SK[playerid][6], 0.200000, 1.100000);
    PlayerTextDrawColor(playerid,SK[playerid][6], -1);
    PlayerTextDrawSetOutline(playerid,SK[playerid][6], 0);
    PlayerTextDrawSetProportional(playerid,SK[playerid][6], 1);
    PlayerTextDrawSetShadow(playerid,SK[playerid][6], 1);
    PlayerTextDrawUseBox(playerid,SK[playerid][6], 1);
    PlayerTextDrawBoxColor(playerid,SK[playerid][6], 0);
    PlayerTextDrawTextSize(playerid,SK[playerid][6], 15.000000, 16.000000);

Uita-te in gamemode unde ai definita variabila SK, cel mai probabil e ceva de genul new SK[MAX_PLAYERS][ceva numar aici] si pune aici.

Edited by TheGodfather
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.