Jump to content
  • 0

pomoc Dialog Pomoc


HDpawner

Dotaz

dcmd_w(playerid, params[])
{
	#pragma unused params
	if(IsPlayerConnected(playerid))
	{
	new string[256];
	new hsway[64]="CH/Info.cfg";
 	strcat(string,"{FF0000}Las Venturas {00FF00}(%dx)\n", dini_Int(hsway,"LasVenturas"));
  	strcat(string,"{808080}San Fiero\n");
	strcat(string,"{FF0000}Los Santos\n");
	ShowPlayerDialog(playerid, W, DIALOG_STYLE_LIST,"Vyberte si miesto pre odportovanie",string,"Select","Cancel");
	}
	return 1;
}

Ahojte potrebujem pomôcť. Chcem aby sa v dialogu ukazovalo koľko krát sa tato položka zaklikla. Nemám žiadny Error ale v Dialogu mi neukáže Las Venturas (15x) ale prvé mi ukáže San Fiero ako keby to nechcelo zobrať a preskočí to rovno na druhý port tu položku Las Venturas mi ani neukáže ako keby tam nebola. Vopred dakujem za pomoc.

Link to comment
Share on other sites

0 odpovědí na tuto otázku

Recommended Posts

There have been no answers to this question yet

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