Jump to content
  • 0

Problema Dialog


PhaRaoH.

Question

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.