Jump to content

Question

Posted

Salut Am Facut Si eu Un Status pentru ati arata ce ai pe server

si akum am facut 3 slot la masinile personale si vreau sa apara la status gen.

slot 1

"1| Model:[%s] Pret:[%d] Culoare1:[%d] Culoare2:[%d] Incuiat:[%s] ID:[%d]"

slot 2

2| Model:[%s] Pret:[%d] Culoare1:[%d] Culoare2:[%d] Incuiat:[%s] ID:[%d]

slot 3

3| Model:[%s] Pret:[%d] Culoare1:[%d] Culoare2:[%d] Incuiat:[%s] ID:[%d]

Si inca cv daca nu ai 3 masini personale zice unknown command

6 answers to this question

Recommended Posts

Posted

uitati:

if (PlayerInfo[targetid][pPcarkey] != 999){format(coordsstring, sizeof(coordsstring),"1| Model:[%s] Pret:[%d] Culoare1:[%d] Culoare2:[%d] Incuiat:[%s] ID:[%d]",CarInfo[carkey][cDescription],CarInfo[carkey][cValue],CarInfo[carkey2][cColorOne],CarInfo[carkey2][cColorTwo],PlayerInfo[targetid][pPcarkey]);

SendClientMessage(playerid, COLOR_YELLOW2,coordsstring);}

if (PlayerInfo[targetid][pPcarkey2] != 999){format(coordsstring, sizeof(coordsstring),"2| Model:[%s] Pret:[%d] Culoare1:[%d] Culoare2:[%d] Incuiat:[%s] ID:[%d]",CarInfo[carkey2][cDescription], CarInfo[carkey2][cValue], CarInfo[carkey2][cColorOne],CarInfo[carkey2][cColorTwo],PlayerInfo[targetid][pPcarkey2]);

SendClientMessage(playerid, COLOR_YELLOW2,coordsstring);}

if (PlayerInfo[targetid][pPcarkey3] != 999){format(coordsstring, sizeof(coordsstring),"3| Model:[%s] Pret:[%d] Culoare1:[%d] Culoare2:[%d] Incuiat:[%s] ID:[%d]",CarInfo[carkey3][cDescription], CarInfo[carkey3][cValue], CarInfo[carkey3][cColorOne],CarInfo[carkey2][cColorTwo],PlayerInfo[targetid][pPcarkey3]);

SendClientMessage(playerid, COLOR_YELLOW2,coordsstring);}

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.