Dialog is not showing up ingame
#4

See here:

Код:
	else if(strcmp(choice, "exterior", true) == 0)
	{
	    new Float: Pos[3];
		GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
		format(string, sizeof(string), "%s has edited HouseID %d's Exterior. (Before:  %f, %f, %f | After: %f, %f, %f)", GetPlayerNameEx(playerid), houseid,  HouseInfo[houseid][hExteriorX], HouseInfo[houseid][hExteriorY], HouseInfo[houseid][hExteriorZ], Pos[0], Pos[1], Pos[2]);
		Log("logs/hedit.log", string);
		GetPlayerPos(playerid, HouseInfo[houseid][hExteriorX], HouseInfo[houseid][hExteriorY], HouseInfo[houseid][hExteriorZ]);
		GetPlayerFacingAngle(playerid, HouseInfo[houseid][hExteriorA]);
		HouseInfo[houseid][hExtIW] = GetPlayerInterior(playerid);
		HouseInfo[houseid][hExtVW] = GetPlayerVirtualWorld(playerid);
		SendClientMessageEx( playerid, COLOR_WHITE, "You have changed the exterior!" );
		SetPVarInt(playerid, "HOUSECLASS", houseid);
		ShowPlayerDialog(playerid, DIALOG_HOUSECLASS, DIALOG_STYLE_LIST, "House Class Selector","Small\nMedium\nLarge", "Select", "Cancel");
		SaveHouse(houseid);
		ReloadHousePickup(houseid);
		return 1;
	}
Reply


Messages In This Thread
Dialog is not showing up ingame - by IndependentGaming - 12.02.2015, 15:38
Re: Dialog is not showing up ingame - by IndependentGaming - 12.02.2015, 16:11
Re: Dialog is not showing up ingame - by CalvinC - 12.02.2015, 17:07
Re: Dialog is not showing up ingame - by IndependentGaming - 12.02.2015, 17:18
Re: Dialog is not showing up ingame - by GGRoleplay - 12.02.2015, 17:20
Re: Dialog is not showing up ingame - by IndependentGaming - 12.02.2015, 17:21
Re: Dialog is not showing up ingame - by IndependentGaming - 12.02.2015, 17:42
Re: Dialog is not showing up ingame - by AndySedeyn - 12.02.2015, 17:43
Re: Dialog is not showing up ingame - by IndependentGaming - 12.02.2015, 17:45
Re: Dialog is not showing up ingame - by AndySedeyn - 12.02.2015, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)