Setting Dialog Names.
#3

I have this,

Код:
CMD:storage(playerid,params[])
{
	new VehicleOne = OneModel[playerid];
    new Fstring[24+MAX_PLAYER_NAME]; 
	format(Fstring, sizeof(Fstring), "1. %s\n", GetVehicleName(VehicleOne));
	ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Vehicles",Fstring,"(De)Spawn","Cancel");
	return 1;
}
Yet when i use it in game, Im getting:

Unkown Command..
Reply


Messages In This Thread
Setting Dialog Names. - by Shockey HD - 30.06.2012, 17:14
Re: Setting Dialog Names. - by Mean - 30.06.2012, 17:23
Re: Setting Dialog Names. - by Shockey HD - 30.06.2012, 17:27
Re: Setting Dialog Names. - by Mean - 30.06.2012, 17:29
Re: Setting Dialog Names. - by Shockey HD - 30.06.2012, 17:48

Forum Jump:


Users browsing this thread: 1 Guest(s)