Jump to content
  • 0

Problema Samp Roleplay-Cititi va rog!


Question

Posted

Asta e statusul modificat de mine! Cel care apare acum aici: http://imageshack.us/photo/my-images/72/samp323k.png/

  format(coordsstring, sizeof(coordsstring),"-----------------------------| %s |------------------------------------------",name);

SendClientMessage(playerid, COLOR_RED,coordsstring);

format(coordsstring, sizeof(coordsstring), "Level:[%d] Sex:[%s] Age:[%d] Cash:[$%d] Bank:[$%d] Ph:[%d]", level,atext,age,cash,account,pnumber,drank);

SendClientMessage(playerid, COLOR_GRAD1,coordsstring);

format(coordsstring, sizeof(coordsstring), "PlayingHours:[%d] Job:[%s] Respect:[%d/%d] Rob:[%d/%d] DonateRank:[%s]", ptime,bigfish,arrests,jtext,exp,expamount,drank);

SendClientMessage(playerid, COLOR_GRAD2,coordsstring);

format(coordsstring, sizeof(coordsstring), "Drugs:[%d] Materials:[%d] Organisation:[%s] Rank:[%s] WantedLevel:[%d]",drugs,mats,ttext,ftext,rtext);

    SendClientMessage(playerid, COLOR_GRAD3,coordsstring);

format(coordsstring, sizeof(coordsstring), "House key:[%d] Business key:[%d] Veh1:[%d] Veh2:[%d] Veh3:[%d] HireKey:[%d] int:[%d] virworld:[%d] local:[%d]", housekey,bizkey,carkey,HireCar[targetid],intir,virworld,local);

        SendClientMessage(playerid, COLOR_GRAD4,coordsstring);

{

}

SendClientMessage(playerid, COLOR_RED,"-----------------------------------------------------------------------------------");

}

}

Asta este statusul care ar trebui sa mi se arate in jok! : http://imageshack.us/photo/my-images/580/samp024ps.png/

Cand scriu la respect puncte de exemplu 12/32 asta apare la sectiunea rob!

Multe date sunt date peste cap!

Va rog sa ma ajutati sunt disperat! :angry:

2 answers to this question

Recommended Posts

Posted

Pune asa :

[pawn]format(coordsstring, sizeof(coordsstring), "House key:[%d] Business key:[%d] Veh1:[%d] Veh2:[%d] Veh3:[%d] HireKey:[%d] int:[%d] virworld:[%d] local:[%d]", housekey,bizkey,carkey,carkey2,carkey3,HireCar[targetid],intir,virworld,local);

[/pawn]

si , sus defineste:

[pawn]

new carkey2 = PlayerInfo[targetid][PCarKey2]

new carkey3 = PlayerInfo[targetid][PCarKey3]

[/pawn]

In loc de pcarkey2 de exemplu pune cum ai tu la veh1 ...

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.