Jump to content
  • 0

problema comanda /factiuni


GenOxigen

Question

Problema intalnita (descriere):Cand adaug comanda aceasta

		if(strcmp(cmd, "/factiuni", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
		    ShowPlayerDialog(playerid,13310,DIALOG_STYLE_MSGBOX,"Factiuni:","{0080C0}1.Politia Romana Recruteaza {FFFF00}Minim Level 7n{0080C0}2.Serviciul Roman de Informatii {FFFF00}Recruteaza Minim Level 7n{0080C0}3.Armata Romana {FFFF00}Recruteaza Minim Level 7n{FF0000}4.S.M.U.R.D {FFFF00}Recruteaza Minim Level 3n{C4C43C}5.Guvern {FFFF00}Recruteaza Minim Level 3n{15EABF}6.School Instructor {FFFF00}Recruteaza Minim Level 3n{800000}7.Hitman Agency {FFFF00}Recruteaza Minim Level 4n{80FFFF}8.News Reporter {FFFF00}Recruteaza Minim Level 3n{FFFF80}9.Remorcari Auto {FFFF00}Recruteaza Minim Level 3n{FFFF00}10.Clanul Sadoveanu{FFFF00} Recuteaza Minim Level 5n{FFFF00}11.Taximentrist {80FF00}Recruteaza Minim Level 3n{FF00FF}12.Clanul Capone {80FF00}Recruteaza Minim Level 5n{FF8000}13.Clanul Duduianu {80FF00}Recruteaza Minim Level 5n{800000}14.Clanul Corsicanu {80FF00}Recruteaza Minim Level 5n{C0C0C0}15.Clanul Tobosaru {80FF00}Recruteaza Minim Level 5n{000000}16.Clanul Camataru {80FF00}Recruteaza minim Level 5n{008040}18.Total Security {80FF00}Recruteaza Minim Level 4 ","Ok","");

     }
		return 1;
	}

Si nu mi se complica

Ero(area / rile) / warning-(ul / urile):Nu se complica 
Liniile de cod / sursa / script-ul(obligatoriu):am dat mai sus
Imagini / Video (optional):
Ati incercat sa rezolvati singur?:Da

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Text-ul pe care l-ai pus tu e prea mare. Foloseste strcat.

 

Exemplu:

if(strcmp(cmd, "/factiuni", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new string[ 2000 ] ;
strcat(string,"Bla bla bla " ) ;
strcat(string,"Bla bla bla " ) ;
strcat(string,"Bla bla bla " ) ;
strcat(string,"Bla bla bla " ) ;
ShowPlayerDialog(playerid,13310,DIALOG_STYLE_MSGBOX,"Factiuni:",string,"Ok","");
}
return 1;
}
Edited by andy47
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.