RichieKotzen

RichieKotzen

Wheel Man

Poslednja aktivnost

pre 2 godine

postova

36

Kreiranih tema

11

XP

240

Pridružio se

feb. 2014

Trenutna aktivnost

Izgleda da RichieKotzen trenutno ne radi ništa

Odgovorio na May 07, 2017
[POMOC] nesto oko skripte
GTA San Andreas Multiplayer / Pitanja & Pomoć
Skripta koju koristim:Moja
Detaljan opis problema:Namjestio sam da od svake prodaje(kuca,firma,vozilo...)igracu idu pare u banku i kada kupujete da vam skida iz banke...ali kada prodam nekome nesto, ne refreshuju mi se pare iz banke...TJ textdraw mi se ne resetuje(onaj za pare iz banke)
Dio skripte:
DajIgracuPare( playerid, novac ) {
PlayerInfo[ playerid ][ xBRacun ] += novac;
SavePlayer( playerid );
return PlayerInfo[ playerid ][ xBRacun ];
}

Neke slike/video za lakse dobivanje pomoci(neobavezno):...
Odgovorio na Jan 13, 2017
[POMOC] pomoc oko /ao komande
GTA San Andreas Multiplayer / Pitanja & Pomoć
Moze pomoc?
CMD:ao( playerid, params[], help)
{
  if( PlayerInfo[ playerid ][ pAdmin ] < 1 ) return SendClientMessage( playerid,SIVA, "Niste ovlasteni za ovu komandu!" );
    new aotext[ 128 ], string1[ 512 ];
    if( sscanf( params, "s", aotext ) ) return SendClientMessage( playerid,SIVA, "/ao [ Text ]");

    if( PlayerInfo[ playerid ][ pAdmin ] == 1 )
{
280------->format( string1, sizeof( string1 ), ""CRVENA"(( Admin level 1 %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
else if( PlayerInfo[ playerid ][ pAdmin ] == 2 )
{
format( string1, sizeof( string1 ), ""CRVENA"(( Admin level 2 %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
else if( PlayerInfo[ playerid ][ pAdmin ] == 3 )
{
format( string1, sizeof( string1 ), ""CRVENA"(( Admin level 3 %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
else if( PlayerInfo[ playerid ][ pAdmin ] == 4 )
{
format( string1, sizeof( string1 ), ""CRVENA"(( Admin level 4 %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
    else if( PlayerInfo[ playerid ][ pAdmin ] == 7 )
{
    format( string1, sizeof( string1 ), ""CRVENA"(( Vlasnik %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
else if( PlayerInfo[ playerid ][ pAdmin ] == 6 )
{
    format( string1, sizeof( string1 ), ""CRVENA"(( Suvlasnik %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
else if( PlayerInfo[ playerid ][ pAdmin ] == 5 )
{
    format( string1, sizeof( string1 ), ""CRVENA"(( Head Admin %s: "CRVENA"%s "CRVENA"))", GetName( playerid ), aotext );
}
else
{
format( string1, sizeof( string1 ), ""CRVENA"(( Admin %s: "BIJELA"%s "CRVENA"))", GetName( playerid ), aotext );
}

SendClientMessageToAll( CRVENA, string1 );
new string[ 128 ];
format( string, sizeof( string ), "Admin %s: %s", ImeIgraca( playerid ), aotext );
return 1;
}


Evo gresaka....
C:\Users\INTEL\Desktop\asd\gamemodes\SM.pwn(280) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\INTEL\Desktop\asd\gamemodes\SM.pwn(280) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\INTEL\Desktop\asd\gamemodes\SM.pwn(280) : warning 215: expression has no effect
C:\Users\INTEL\Desktop\asd\gamemodes\SM.pwn(280) : error 001: expected token: ";", but found "-integer value-"
C:\Users\INTEL\Desktop\asd\gamemodes\SM.pwn(280) : fatal error 107: too many error messages on one line
Odgovorio na Jan 12, 2017
[Pomoc]AdminVeh
GTA San Andreas Multiplayer / Pitanja & Pomoć
Pa da malo je teze brt kad radis za svoju.
Ako uspijem naci nesto jednostavnije poslacu ti.
Nema na cemu.
Odgovorio na Jan 12, 2017
[Pomoc] Compile u skripti
GTA San Andreas Multiplayer / Pitanja & Pomoć
Ne mozes compile samo tu skriptu ili i neku drugu?
Odgovorio na Jan 12, 2017
[Pomoc]AdminVeh
GTA San Andreas Multiplayer / Pitanja & Pomoć
Evo nesto ako moze da ti pomogne, izbaci ti slike auta i samo kliknes na auto koje hoces..
///////////////////////////////////////////////////////
CMD:avozilo(playerid, params[],help)
{
    #pragma unused help
    if(UlogovanProvera == 0) return SCM(playerid,-1,""JCRVENA"ERROR: "SVCRVENA"Moras se ulogovati da bi koristio ovu komandu!");
new Float:Pos;
GetPlayerPos(playerid,Pos,Pos,Pos);
if(PI >= 1 || PI >= 1)
{
    if(AdminDuty == 0 && GMDuty == 0) return SCM(playerid,-1,""JCRVENA"ERROR: "SVCRVENA"Morate biti na Admin & GameMaster duznosti!");
        if(AdminVozilo != -1)
{
DestroyVehicle(AdminVozilo);
AdminVozilo = -1;
SCM(playerid,-1,""GLAVNA"(GB): "BELA"Unistili ste Admin & SUPP Vozilo.");
}
else if(AdminVozilo == -1)
{
ShowModelSelectionMenu(playerid, vozilolist, "Adm Vozila");
}
}
else return SCM(playerid,-1,""GLAVNA"(GB): "BELA"Samo Admini & Supporteri.");
return 1;
}

forward SendMSG(playerid);
public SendMSG(playerid)
{
if(HelpMessages == 1)
{
new randMSG = random(sizeof(RandomMSG));
SCM(playerid, GREEN, RandomMSG);
}
}
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
if(listid == skinlist)
{
    if(response)
    {
    SendClientMessage(playerid, COLOR_GREY, ""GLAVNA"(GB): "BELA"Kupio si odjecu!");
    SetPlayerSkin(playerid, modelid);
    PI = modelid;
    g_NovacMinus(playerid, 1000);

    }
    else SendClientMessage(playerid, COLOR_GREY, ""GLAVNA"(GB): "BELA"Vratite se opet!");
    return 1;
}
if(listid == vozilolist)
{
    if(response)
    {
        new Float:Pos, vozilo1;
        GetPlayerPos(playerid,Pos,Pos,Pos);
    SendClientMessage(playerid, COLOR_GREY, ""GLAVNA"(GB): "BELA"Spawnao si A/S vozilo!");
            vozilo1 = CreateVehicle(modelid,Pos,Pos,Pos,Pos,random(1),random(1),500);
PutPlayerInVehicle(playerid,vozilo1,0);
AdminVozilo = vozilo1;
            Attach3DTextLabelToVehicle(avozila, vozilo1, 0.0, 0.0, 0.0);
            Update3DTextLabelText(avozila, 0x90C9C9FF, "[A/S]");

    }
    else SendClientMessage(playerid, COLOR_GREY, ""GLAVNA"(GB): "BELA"Odustao si od spawnanja A/S vozila!");
    return 1;
}
return 1;
}

new vozilolist = mS_INVALID_LISTID;
vozilolist = LoadModelSelectionMenu("vozila.txt");


Za ovo vozila.txt samo napravis text dokument u scriptfiles i u njemu napises ID vozila jedno ispod drugog..
Odgovorio na Jan 12, 2017
[POMOC] nesto oko skripte
GTA San Andreas Multiplayer / Pitanja & Pomoć
Sry sto nije po pravilima, zaboravio sam dodati ovo....zbog ovoga mi izbacuje to...kada sam dalje od pickupa garaze kucam /genter i pise niste kod garaze, a kada dodjem na pickup garaze i kucam /genter onda pise ta komanda ne postoji...
CMD:genter( playerid, params[] )
{

    new id = GetNearestGarage( playerid );
    if( id == -1 ) return GRESKA( playerid, "Nema garaze u blizini." );
    new gtype = garageInfo[ id ][ garageType ];
if( garageInfo[ id ][ garageLocked ] == true ) return GRESKA( playerid, "Ova garaza je zakljucana." );

if( GetPlayerState( playerid ) == PLAYER_STATE_ONFOOT )
{
SetPlayerPos( playerid, GarageInteriors[ gtype ][ 0 ], GarageInteriors[ gtype ][ 1 ], GarageInteriors[ gtype ][ 2 ] );
        GameTextForPlayer( playerid, "Ucitavanje ...", 1000, 4 );
    SetTimerEx( "SlobodnoSada", 2000, false, "i", playerid );
  SetCameraBehindPlayer( playerid );
    TogglePlayerControllable( playerid, false );
    SetPlayerInterior( playerid, floatround( GarageInteriors[ gtype ][ 4 ] ) );
SetPlayerVirtualWorld( playerid, garageInfo[ id ][ garageVW ] );
SetPlayerFacingAngle( playerid, GarageInteriors[ gtype ][ 3 ] );
EnteredGarage[ playerid ] = id;
SendInfoMessage( playerid, "Da izadjete iz garaze kucajte /gexit." );
}
  else if( GetPlayerState( playerid ) == PLAYER_STATE_DRIVER )
{
new vehicle = GetPlayerVehicleID( playerid );
LinkVehicleToInterior( vehicle, floatround( GarageInteriors[ gtype ][ 4 ] ) );
SetVehicleVirtualWorld( vehicle, garageInfo[ id ][ garageVW ] );
SetVehiclePos( vehicle, GarageInteriors[ gtype ][ 0 ], GarageInteriors[ gtype ][ 1 ], GarageInteriors[ gtype ][ 2 ] );
        GameTextForPlayer( playerid, "Ucitavanje ...", 1000, 4 );
    SetTimerEx( "SlobodnoSada", 2000, false, "i", playerid );
  SetCameraBehindPlayer( playerid );
    TogglePlayerControllable( playerid, false );
SetPlayerInterior( playerid, floatround( GarageInteriors[ gtype ][ 4 ] ) );
SetPlayerVirtualWorld( playerid, garageInfo[ id ][ garageVW ] );
SetVehicleZAngle( vehicle, GarageInteriors[ gtype ][ 3 ] );
EnteredGarage[ playerid ] = id;
SendInfoMessage( playerid, "Da izadjete iz garaze kucajte /gexit." );
}
else return GRESKA( playerid, "Komandu mozes koristiti samo ako si na nogama ili na vozacevom mjestu." );
return true;
Odgovorio na Jan 12, 2017
[POMOC] nesto oko skripte
GTA San Andreas Multiplayer / Pitanja & Pomoć
Skripta koju koristim😛reradjen UG:RP
[15:00:24] Run time error 4: "Array index out of bounds"
[15:00:24]   Accessing element at negative index -1
[15:00:24] AMX backtrace:
[15:00:24] #0 0018bd3c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24694
[15:00:24] #1 native CallLocalFunction () from samp-server.exe
[15:00:24] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:24] #3 native CallLocalFunction () from samp-server.exe
[15:00:24] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:24] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:27] Run time error 4: "Array index out of bounds"
[15:00:27]   Accessing element at negative index -1
[15:00:27] AMX backtrace:
[15:00:27] #0 0018bd3c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24694
[15:00:27] #1 native CallLocalFunction () from samp-server.exe
[15:00:27] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:27] #3 native CallLocalFunction () from samp-server.exe
[15:00:27] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:27] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:28] Run time error 4: "Array index out of bounds"
[15:00:28]   Accessing element at negative index -1
[15:00:28] AMX backtrace:
[15:00:28] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:28] #1 native CallLocalFunction () from samp-server.exe
[15:00:28] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:28] #3 native CallLocalFunction () from samp-server.exe
[15:00:28] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:28] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:30] Run time error 4: "Array index out of bounds"
[15:00:30]   Accessing element at negative index -1
[15:00:30] AMX backtrace:
[15:00:30] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:30] #1 native CallLocalFunction () from samp-server.exe
[15:00:30] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:30] #3 native CallLocalFunction () from samp-server.exe
[15:00:30] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:30] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:31] Run time error 4: "Array index out of bounds"
[15:00:31]   Accessing element at negative index -1
[15:00:31] AMX backtrace:
[15:00:31] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:31] #1 native CallLocalFunction () from samp-server.exe
[15:00:31] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:31] #3 native CallLocalFunction () from samp-server.exe
[15:00:31] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:31] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:31] Run time error 4: "Array index out of bounds"
[15:00:31]   Accessing element at negative index -1
[15:00:31] AMX backtrace:
[15:00:31] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:31] #1 native CallLocalFunction () from samp-server.exe
[15:00:31] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:31] #3 native CallLocalFunction () from samp-server.exe
[15:00:31] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:31] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:31] Run time error 4: "Array index out of bounds"
[15:00:31]   Accessing element at negative index -1
[15:00:31] AMX backtrace:
[15:00:31] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:31] #1 native CallLocalFunction () from samp-server.exe
[15:00:31] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:31] #3 native CallLocalFunction () from samp-server.exe
[15:00:31] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:31] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:31] Run time error 4: "Array index out of bounds"
[15:00:31]   Accessing element at negative index -1
[15:00:31] AMX backtrace:
[15:00:31] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:31] #1 native CallLocalFunction () from samp-server.exe
[15:00:31] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:31] #3 native CallLocalFunction () from samp-server.exe
[15:00:31] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:31] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:31] Run time error 4: "Array index out of bounds"
[15:00:31]   Accessing element at negative index -1
[15:00:31] AMX backtrace:
[15:00:31] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:31] #1 native CallLocalFunction () from samp-server.exe
[15:00:31] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:31] #3 native CallLocalFunction () from samp-server.exe
[15:00:31] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:31] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:31] Run time error 4: "Array index out of bounds"
[15:00:31]   Accessing element at negative index -1
[15:00:31] AMX backtrace:
[15:00:31] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:31] #1 native CallLocalFunction () from samp-server.exe
[15:00:31] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:31] #3 native CallLocalFunction () from samp-server.exe
[15:00:31] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:31] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:32] Run time error 4: "Array index out of bounds"
[15:00:32]   Accessing element at negative index -1
[15:00:32] AMX backtrace:
[15:00:32] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:32] #1 native CallLocalFunction () from samp-server.exe
[15:00:32] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:32] #3 native CallLocalFunction () from samp-server.exe
[15:00:32] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:32] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:33] Run time error 4: "Array index out of bounds"
[15:00:33]   Accessing element at negative index -1
[15:00:33] AMX backtrace:
[15:00:33] #0 0018bd3c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24694
[15:00:33] #1 native CallLocalFunction () from samp-server.exe
[15:00:33] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:33] #3 native CallLocalFunction () from samp-server.exe
[15:00:33] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:33] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:33] Run time error 4: "Array index out of bounds"
[15:00:33]   Accessing element at negative index -1
[15:00:33] AMX backtrace:
[15:00:33] #0 0018bd3c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24694
[15:00:33] #1 native CallLocalFunction () from samp-server.exe
[15:00:33] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:33] #3 native CallLocalFunction () from samp-server.exe
[15:00:33] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:33] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:33] Run time error 4: "Array index out of bounds"
[15:00:33]   Accessing element at negative index -1
[15:00:33] AMX backtrace:
[15:00:33] #0 0018bd3c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24694
[15:00:33] #1 native CallLocalFunction () from samp-server.exe
[15:00:33] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:33] #3 native CallLocalFunction () from samp-server.exe
[15:00:33] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:33] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:33] Run time error 4: "Array index out of bounds"
[15:00:33]   Accessing element at negative index -1
[15:00:33] AMX backtrace:
[15:00:33] #0 0018bd3c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24694
[15:00:33] #1 native CallLocalFunction () from samp-server.exe
[15:00:33] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:33] #3 native CallLocalFunction () from samp-server.exe
[15:00:33] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:33] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=70) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:34] Run time error 4: "Array index out of bounds"
[15:00:34]   Accessing element at negative index -1
[15:00:34] AMX backtrace:
[15:00:34] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:34] #1 native CallLocalFunction () from samp-server.exe
[15:00:34] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:34] #3 native CallLocalFunction () from samp-server.exe
[15:00:34] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:34] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:34] Run time error 4: "Array index out of bounds"
[15:00:34]   Accessing element at negative index -1
[15:00:34] AMX backtrace:
[15:00:34] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:34] #1 native CallLocalFunction () from samp-server.exe
[15:00:34] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:34] #3 native CallLocalFunction () from samp-server.exe
[15:00:34] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:34] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:34] Run time error 4: "Array index out of bounds"
[15:00:34]   Accessing element at negative index -1
[15:00:34] AMX backtrace:
[15:00:34] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:34] #1 native CallLocalFunction () from samp-server.exe
[15:00:34] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:34] #3 native CallLocalFunction () from samp-server.exe
[15:00:34] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:34] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:35] Run time error 4: "Array index out of bounds"
[15:00:35]   Accessing element at negative index -1
[15:00:35] AMX backtrace:
[15:00:35] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:35] #1 native CallLocalFunction () from samp-server.exe
[15:00:35] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:35] #3 native CallLocalFunction () from samp-server.exe
[15:00:35] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:35] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:35] Run time error 4: "Array index out of bounds"
[15:00:35]   Accessing element at negative index -1
[15:00:35] AMX backtrace:
[15:00:35] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:35] #1 native CallLocalFunction () from samp-server.exe
[15:00:35] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:35] #3 native CallLocalFunction () from samp-server.exe
[15:00:35] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:35] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:35] Run time error 4: "Array index out of bounds"
[15:00:35]   Accessing element at negative index -1
[15:00:35] AMX backtrace:
[15:00:35] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:35] #1 native CallLocalFunction () from samp-server.exe
[15:00:35] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:35] #3 native CallLocalFunction () from samp-server.exe
[15:00:35] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:35] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:43] Run time error 4: "Array index out of bounds"
[15:00:43]   Accessing element at negative index -1
[15:00:43] AMX backtrace:
[15:00:43] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:43] #1 native CallLocalFunction () from samp-server.exe
[15:00:43] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:43] #3 native CallLocalFunction () from samp-server.exe
[15:00:43] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:43] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:44] Run time error 4: "Array index out of bounds"
[15:00:44]   Accessing element at negative index -1
[15:00:44] AMX backtrace:
[15:00:44] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:44] #1 native CallLocalFunction () from samp-server.exe
[15:00:44] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:44] #3 native CallLocalFunction () from samp-server.exe
[15:00:44] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:44] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:44] Run time error 4: "Array index out of bounds"
[15:00:44]   Accessing element at negative index -1
[15:00:44] AMX backtrace:
[15:00:44] #0 0018e1d8 in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24805
[15:00:44] #1 native CallLocalFunction () from samp-server.exe
[15:00:44] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:44] #3 native CallLocalFunction () from samp-server.exe
[15:00:44] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:44] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=69) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:45] Run time error 4: "Array index out of bounds"
[15:00:45]   Accessing element at negative index -1
[15:00:45] AMX backtrace:
[15:00:45] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:45] #1 native CallLocalFunction () from samp-server.exe
[15:00:45] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:45] #3 native CallLocalFunction () from samp-server.exe
[15:00:45] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:45] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:45] Run time error 4: "Array index out of bounds"
[15:00:45]   Accessing element at negative index -1
[15:00:45] AMX backtrace:
[15:00:45] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:45] #1 native CallLocalFunction () from samp-server.exe
[15:00:45] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:45] #3 native CallLocalFunction () from samp-server.exe
[15:00:45] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:45] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:45] Run time error 4: "Array index out of bounds"
[15:00:45]   Accessing element at negative index -1
[15:00:45] AMX backtrace:
[15:00:45] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:45] #1 native CallLocalFunction () from samp-server.exe
[15:00:45] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:45] #3 native CallLocalFunction () from samp-server.exe
[15:00:45] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:45] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:46] Run time error 4: "Array index out of bounds"
[15:00:46]   Accessing element at negative index -1
[15:00:46] AMX backtrace:
[15:00:46] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:46] #1 native CallLocalFunction () from samp-server.exe
[15:00:46] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:46] #3 native CallLocalFunction () from samp-server.exe
[15:00:46] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:46] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:46] Run time error 4: "Array index out of bounds"
[15:00:46]   Accessing element at negative index -1
[15:00:46] AMX backtrace:
[15:00:46] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:46] #1 native CallLocalFunction () from samp-server.exe
[15:00:46] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:46] #3 native CallLocalFunction () from samp-server.exe
[15:00:46] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:46] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:46] Run time error 4: "Array index out of bounds"
[15:00:46]   Accessing element at negative index -1
[15:00:46] AMX backtrace:
[15:00:46] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:46] #1 native CallLocalFunction () from samp-server.exe
[15:00:46] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:46] #3 native CallLocalFunction () from samp-server.exe
[15:00:46] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:46] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:00:46] Run time error 4: "Array index out of bounds"
[15:00:46]   Accessing element at negative index -1
[15:00:46] AMX backtrace:
[15:00:46] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:00:46] #1 native CallLocalFunction () from samp-server.exe
[15:00:46] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:00:46] #3 native CallLocalFunction () from samp-server.exe
[15:00:46] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:00:46] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:01:17] Run time error 4: "Array index out of bounds"
[15:01:17]   Accessing element at negative index -1
[15:01:17] AMX backtrace:
[15:01:17] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:01:17] #1 native CallLocalFunction () from samp-server.exe
[15:01:17] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:01:17] #3 native CallLocalFunction () from samp-server.exe
[15:01:17] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:01:17] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:01:17] Run time error 4: "Array index out of bounds"
[15:01:17]   Accessing element at negative index -1
[15:01:17] AMX backtrace:
[15:01:17] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:01:17] #1 native CallLocalFunction () from samp-server.exe
[15:01:17] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:01:17] #3 native CallLocalFunction () from samp-server.exe
[15:01:17] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:01:17] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:01:17] Run time error 4: "Array index out of bounds"
[15:01:17]   Accessing element at negative index -1
[15:01:17] AMX backtrace:
[15:01:17] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:01:17] #1 native CallLocalFunction () from samp-server.exe
[15:01:17] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:01:17] #3 native CallLocalFunction () from samp-server.exe
[15:01:17] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:01:17] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:01:17] Run time error 4: "Array index out of bounds"
[15:01:17]   Accessing element at negative index -1
[15:01:17] AMX backtrace:
[15:01:17] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:01:17] #1 native CallLocalFunction () from samp-server.exe
[15:01:17] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:01:17] #3 native CallLocalFunction () from samp-server.exe
[15:01:17] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:01:17] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870
[15:01:18] Run time error 4: "Array index out of bounds"
[15:01:18]   Accessing element at negative index -1
[15:01:18] AMX backtrace:
[15:01:18] #0 0019061c in public MS_OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\gamemodes\UG.pwn:24917
[15:01:18] #1 native CallLocalFunction () from samp-server.exe
[15:01:18] #2 000324b0 in public MP_OPCPTD (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\eSelection.inc:595
[15:01:18] #3 native CallLocalFunction () from samp-server.exe
[15:01:18] #4 00029698 in ?? (... <2 arguments>) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\mSelection.inc:491
[15:01:18] #5 00012ba8 in public OnPlayerClickPlayerTextDraw (playerid=1, PlayerText:playertextid=67) at C:\Users\INTEL\Desktop\Simple City OGC\pawno\include\YSI\y_hooks/impl.inc:2870


Ne znam zasto ali ovo mi izbacuje u samp-server.exe i objekti na serveru mi se ne ucitavaju, vec tek kada pridjem onda se ucita 😄
3

Novi Član

Nivo 3

Iskustvo 40 / 100 XP
Ukupno XP: 240 60 XP do sledećeg nivoa
6
Dostignuća
240
Ukupno XP
0
Trenutni Niz
0
Najduži Niz

Sva Dostignuća

6 / 20 otključano

Prikaži sve →
🎯
Početak
Početak
Napišite 10 postova na forumu
+25 XP
Aktivni Saradnik
Aktivni Saradnik
Napišite 50 postova na forumu
+50 XP
🏅
Klub Stotina
Klub Stotina
Napišite 100 postova na forumu
+100 XP
🏆
Legenda Foruma
Legenda Foruma
Napišite 500 postova na forumu
+250 XP
👥
Vođa Diskusija
Vođa Diskusija
Kreirajte 10 tema na forumu
+50 XP
🛡️
Uzoran Građanin
Uzoran Građanin
30 dana bez ikakvih upozorenja
+40 XP
🔰
Primerni Član
Primerni Član
90 dana bez ikakvih upozorenja
+100 XP
🚩
Čuvar Zajednice
Čuvar Zajednice
Pošaljite 5 korisnih prijava
+75 XP
📅
Nedeljni Ratnik
Nedeljni Ratnik
Prijavite se 7 dana zaredom
+35 XP
🔥
Posvećeni Fan
Posvećeni Fan
Prijavite se 30 dana zaredom
+150 XP
💬
Prvi Post
Prvi Post
Napišite svoj prvi post na forumu
+10 XP
📝
Pokretač Tema
Pokretač Tema
Kreirajte svoju prvu temu
+15 XP
❤️
Poštovalac
Poštovalac
Dajte svoj prvi lajk na post
+5 XP
👍
Prvo Priznanje
Prvo Priznanje
Primite svoj prvi lajk na post
+5 XP
👤
Identitet Otkriven
Identitet Otkriven
Popunite profil sa avatarom i biografijom
+20 XP

Nedavna XP Aktivnost

+100
Otključano: Primerni Član
pre 1 nedelju
Dostignuće
+40
Otključano: Uzoran Građanin
pre 1 nedelju
Dostignuće
+50
Otključano: Vođa Diskusija
pre 1 nedelju
Dostignuće
+25
Otključano: Početak
pre 1 nedelju
Dostignuće
+15
Otključano: Pokretač Tema
pre 1 nedelju
Dostignuće
+10
Otključano: Prvi Post
pre 1 nedelju
Dostignuće