Animations
#1

Hey.

I have this command. But how do i make a function for this ? I mean the list of animations (array ) ?

Code:
CMD:anims(playerid)
{
	new data[650];
	for(new i = 0; i < sizeof(Anims); i++)
	{
		format(data, sizeof(data), "%s%s\n", data, Anims[i][Command]);
	}
	ShowPlayerDialog(playerid, DIALOG_ANIMS, DIALOG_STYLE_LIST, "Animations:", data,  "Select", "Exit");
	return 1;
}
Reply


Messages In This Thread
Animations - by Hunud - 08.05.2018, 15:40
Re: Animations - by CrystalGamer - 08.05.2018, 15:50
Re: Animations - by FaLLenGirL - 08.05.2018, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)