Jump to content
  • 0

Cum schimb la /stats


sTk.

Question

de199bda1b.png

Cum schimb la /stats , unde este " Sex: [ 66 ] " este masculin. Cum fac sa scrie direct ce a ales la tutorial jucatorul ?

Daca a ales Masculin sa scrie acolo , Masculin nu id`ul. Si la Origine lafel , in loc de LS imi apare ca si in poza.

Ce trebuie sa modific ? Si unde ?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Asigurate ca ai astea:

LA:

[pawn]public ShowStats(playerid,targetid)[/pawn]

ASTEA:

[pawn]new atext[20];

if(PlayerInfo[targetid][pSex] == 1) { atext = "Masculin"; }

else if(PlayerInfo[targetid][pSex] == 2) { atext = "Feminin"; }

  new otext[20];

if(PlayerInfo[targetid][pOrigin] == 1) { otext = "San Fierro"; }

else if(PlayerInfo[targetid][pOrigin] == 2) { otext = "Los Santos"; }[/pawn]

Si la stats unde e wantedlevel / origine etc sa ai:

La origine:

[pawn]otext[/pawn]

Iar la Sex:

[pawn]atext[/pawn]

Link to comment
Share on other sites

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.