Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Recommended Posts

Posted

Salut sa-mp.ro

Am si eu o problema cu job Fisher

Imi da Progres job Fisher 0/30 (30 necesare pentru urmatorul skill).

Va rog ajutor

Discord:RangerRPG#2213

sa-mp-004.thumb.png.02e6e30c467737056d11b64f885e9be6.png

Posted (edited)

Verifica daca se transmit corect datele cu privire la skill in baza de date

Edited by zNx[]

 

Posted
Just now, zNx[] said:

Verifica daca se transmit corect datale cu privire la skill in baza de date

cum fac

 

Posted
5 minutes ago, Raduq said:

uita te in baza de date acolo unde ai tu ala cu skillu la fish si vezi daca se transmit corect pur si simplu

cum se numeste

Posted
1 minute ago, Raduq said:

pai de unde sa stiu eu frate? e gamemodeu meu?

pai de unde gasesc aia sa verific

Posted
1 minute ago, Raduq said:

pai cauta asta la ctrl f in gm: "progres job %s" si o sa gasesti acolo cred, nush ce ai tu in gm acolo

function JobProgress(playerid) {
    new string[128];    
    if(GetPlayerSkill(playerid) == 5) format(string, sizeof(string), "Progres job %s: %d (skill maxim)", JobInfo[PlayerInfo[playerid][pJob]][jName], JoPlayPoints(playerid));
    else format(string, sizeof(string), "Progres job %s: %d/%d (%d necesare pentru urmatorul skill)", JobInfo[PlayerInfo[playerid][pJob]][jName], JoPlayPoints(playerid), GetNeedPoints(playerid, PlayerInfo[playerid][pJob]), GetNeedPoints(playerid, PlayerInfo[playerid][pJob])-JoPlayPoints(playerid));
    SCM(playerid, COLOR_YELLOW, string);
    return true;
}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.