Jump to content
  • 0

Question

Posted (edited)

Salut,ma puteti ajuta cu cv?

Cand deschid un crate de ex:leg crate sa apare pe chatul gobal cam asa cv:

(Crate System)%s a deschis un leg crate si a primit %d(premiul).

Daca ma puteti ajuta va sunt recunascator.

Edited by MCTechz

8 answers to this question

Recommended Posts

  • 0
Posted (edited)
18 minutes ago, HPQ123 said:

SendClientMessageToAll cv de genu

Este corect asa?

                            SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un premium crate si a primit %s"); GetName(playerid);
                            if(CrateType == 1) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un legendary crate si a primit %s"); GetName(playerid);
                            if(CrateType == 2) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un mytic crate si a primit %s"); GetName(playerid);
                            if(CrateType == 3) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un transcendent crate si a primit %s"); GetName(playerid);                                                        
 

Edited by MCTechz
edit
  • 0
Posted
Acum 32 minute, MCTechz a spus:

Este corect asa?

                            SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un premium crate si a primit %s"); GetName(playerid);
                            if(CrateType == 1) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un legendary crate si a primit %s"); GetName(playerid);
                            if(CrateType == 2) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un mytic crate si a primit %s"); GetName(playerid);
                            if(CrateType == 3) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un transcendent crate si a primit %s"); GetName(playerid);                                                        
 

Nu știu, testează și vezi tu singur.

  • 0
Posted (edited)
Acum 51 minute, MCTechz a spus:

Este corect asa?

                            SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un premium crate si a primit %s"); GetName(playerid);
                            if(CrateType == 1) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un legendary crate si a primit %s"); GetName(playerid);
                            if(CrateType == 2) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un mytic crate si a primit %s"); GetName(playerid);
                            if(CrateType == 3) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un transcendent crate si a primit %s"); GetName(playerid);                                                        
 

Nu.

Fa asa:

new string[144];

format(string, sizeof(string), "%s a deschis un premium crate si a primit %s", GetName(playerid)), SendClientMessageToAll(COLOR_DBLUE, string);

Scuze pentru aranjare, sunt pe telefon. Fa asa la fiecare in parte.

Edited by BaFFyJunior
  • 0
Posted
3 hours ago, MCTechz said:

Este corect asa?

                            SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un premium crate si a primit %s"); GetName(playerid);
                            if(CrateType == 1) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un legendary crate si a primit %s"); GetName(playerid);
                            if(CrateType == 2) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un mytic crate si a primit %s"); GetName(playerid);
                            if(CrateType == 3) SendClientMessageToAll(COLOR_DBLUE, "(Crate System)%s a deschis un transcendent crate si a primit %s"); GetName(playerid);                                                        
 

Nu, nu prea este.

Exemplu:

	new string[144];
	format(string, sizeof(string), "%s a deschis un premium crate si a primit %s", GetName(playerid), -variabila pt suma castigata-);
	SendClientMessageToAll(COLOR_DBLUE, string);
	

  • 0
Posted (edited)
2 hours ago, Seghedi Robert said:

Nu, nu prea este.

Exemplu:

 


	new string[144];
	format(string, sizeof(string), "%s a deschis un premium crate si a primit %s", GetName(playerid), -variabila pt suma castigata-);
	SendClientMessageToAll(COLOR_DBLUE, string);
	

 

Multumes chiar mai ajutat.

Edited by MCTechz
edit
  • 0
Posted
On 8/10/2019 at 10:05 PM, MCTechz said:

Multumes chiar mai ajutat.

Cu multa placere ❤️

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.