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

Recommended Posts

Posted (edited)

Salut revin cu 2 intrebari:

1.Cum fac in functie de cati bani am in "portofel" sa am si unde este sageata...acolo unde este incadrat.

2.De ce in comanda /stats imi apare la oras si la sex acele semne?

if (strcmp("/stats", cmdtext, true, 10) == 0)
	{
	    new admin1=P_Data[playerid][admin];
		new varsta1=P_Data[playerid][varsta];
		new sex1=P_Data[playerid][sex];
		new oras1=P_Data[playerid][oras];
		new bani1=P_Data[playerid][bani];
	    new string2[200];
	    new name[MAX_PLAYER_NAME];
    	GetPlayerName(playerid, name, sizeof(name));
		format(string2, sizeof(string2),"Player-ul %s ,locuieste in %s , are varsta de %d ,avand sex %s si are in portofel %d$\nAdmin:%d",name,oras1,varsta1,sex1,bani1,admin1);
        ShowPlayerDialog(playerid, DIALOG_STATS, DIALOG_STYLE_MSGBOX, "Status:", string2, "Close","");
		return 1;
	}

 

sa-mp-000.png

Edited by Vespa97
Am gresit ceva la cod
Posted
format(string2, sizeof(string2),"Player-ul %s ,locuieste in %s , are varsta de %d ,avand sex %d si are in portofel %d$\nAdmin:%d",name,oras1,varsta1,sex1,bani1,admin1);

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted (edited)
format(string2, sizeof(string2),"Player-ul %s este nascut in Los Santos , are varsta de %d ani si are in portofel %d$\nAdmin:%d",name,varsta1,bani1,admin1); 

am lasat-o asa... oricum multumesc. Daca sti cum pot sa rezolv si prima intrebare...

Edited by Vespa97
Posted

Cu ffunctia GivePlayerMoney(playerid, P_Data[playerid][bani]);

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.