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

Question

Posted

Descrierea problemei:Am comanda /factions pe dialog(DIALOG_STYLE_MSGBOX)si am incercat sa-l fac pe dialog, mai precis  DIALOG_STYLE_TABLIST_HEADERS, insa cand scriu /factions nu apare decat dialog, fara text fara nimic.

Liniile de cod / sursa / script-ul(obligatoriu):

CMD:factions( playerid, params[ ])
{
    szMessage[ 0 ] = ( EOS );
	for( new i = 0; i < MAX_GROUPS; i++ )
	{
	    if(strlen(groupVariables[gGroupName]) >= 1 && strcmp(groupVariables[gGroupName], "Dezactivated", true))
	    {
	   	 	format( szMessage, sizeof( szMessage ), "%s\n{FFFFFF}%s [%d/%d] - Leader: %s( %s )", szMessage, groupVariables[gGroupName], GetFacMembers( i ), groupVariables[gSlots], GetFactionLeader( i ), GetLeaderStatus( GetFactionLeader( i ) ) );
		}
	}
	ShowPlayerDialog(playerid, 6943, DIALOG_STYLE_TABLIST,"{FFFFFF}Factions", szMessage, "Ok", "");
	return 1;
}

Imagini / Video (optional):-
Alte detalii:Multumesc

1 answer to this question

Recommended Posts

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.