War System

Započeo #Nemanja
18. Feb. 2018. Zaključano
800
pregleda
4
postova
NemanjaGakovo
4
Shot Caller
18. Feb. 2018.
Detaljan opis problema: Izbacuje mi error. pokusao sam ubaciti Dimijev war system i izbacuje ovaj error
Dio skripte😄ole
Neke slike/video za lakse dobivanje pomoci(neobavezno)://
error 090: public functions may not return arrays (symbol "getOrgName")

forward GetPlayerLeader( playerid );
public GetPlayerLeader( playerid )
{
    return PlayerInfo[ playerid ][ pLider ];
}
forward GetPlayerMember( playerid );
public GetPlayerMember( playerid )
{
    return PlayerInfo[ playerid ][ pClan ];
}
forward getOrgName( orgID );
public getOrgName( orgID ) {
new orgName = "Los Santos Police Department";

        if( orgID == 0 ) orgName = "Civil";
else if( orgID == 1 ) orgName = "Fort Carson Police Department";
else if( orgID == 2 ) orgName = "Yakuza";
else if( orgID == 3 ) orgName = "River Boys";
else if( orgID == 4 ) orgName = "Mara Salvatrucha";
else if( orgID == 5 ) orgName = "Novinari";

return orgName;
}
Luka_Hrsak
5
Underboss
18. Feb. 2018.
#Nemanja wrote on February 18, 2018, 9:20 pm:
Detaljan opis problema: Izbacuje mi error. pokusao sam ubaciti Dimijev war system i izbacuje ovaj error
Dio skripte😄ole
Neke slike/video za lakse dobivanje pomoci(neobavezno)://
error 090: public functions may not return arrays (symbol "getOrgName")

forward GetPlayerLeader( playerid );
public GetPlayerLeader( playerid )
{
    return PlayerInfo[ playerid ][ pLider ];
}
forward GetPlayerMember( playerid );
public GetPlayerMember( playerid )
{
    return PlayerInfo[ playerid ][ pClan ];
}
forward getOrgName( orgID );
public getOrgName( orgID ) {
new orgName = "Los Santos Police Department";

        if( orgID == 0 ) orgName = "Civil";
else if( orgID == 1 ) orgName = "Fort Carson Police Department";
else if( orgID == 2 ) orgName = "Yakuza";
else if( orgID == 3 ) orgName = "River Boys";
else if( orgID == 4 ) orgName = "Mara Salvatrucha";
else if( orgID == 5 ) orgName = "Novinari";

return orgName;
}


Quote
Public functions cannot return an array/string.

Replace public with stock and remove the forward line of it.

By the way, use smaller sizes for your arrays. 900 and 255 are way too high.
NemanjaGakovo
4
Shot Caller
18. Feb. 2018.
Hvala radi 😄
Luka_Hrsak
5
Underboss
18. Feb. 2018.
#Nemanja wrote on February 18, 2018, 9:26 pm:
Hvala radi 😄


😉

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha