[HELP] Whats wrong with that dialog?
#1

Код:
public OnPlayerEnterCheckpoint(playerid)
{

	new string[256];

	new Houseid = PlayerInfo[playerid][pCheckpoint];


	switch (HouseInfo[Houseid][h_cpbustype])
	{
	
			case BUS_TYPE_SEXSHOP:
			{
			if (GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
			{
				ShowPlayerDialog(playerid, DIALOG_SEXSHOP, DIALOG_STYLE_LIST, "Menu", "Dildo\nCondom", "Buy", "Cancel");
			}
			}
When I type these all of the codes above gives error. Whats the problem?
Reply


Messages In This Thread
[HELP] Whats wrong with that dialog? - by darkokan - 05.10.2014, 14:33
Re: [HELP] Whats wrong with that dialog? - by YanLanger - 05.10.2014, 14:36
Re: [HELP] Whats wrong with that dialog? - by darkokan - 05.10.2014, 14:40
Re: [HELP] Whats wrong with that dialog? - by YanLanger - 05.10.2014, 14:42
Re: [HELP] Whats wrong with that dialog? - by YanLanger - 05.10.2014, 14:51
Re: [HELP] Whats wrong with that dialog? - by darkokan - 05.10.2014, 14:52
Re: [HELP] Whats wrong with that dialog? - by YanLanger - 05.10.2014, 14:59
Re: [HELP] Whats wrong with that dialog? - by darkokan - 05.10.2014, 15:02
Re: [HELP] Whats wrong with that dialog? - by YanLanger - 05.10.2014, 15:02
Re: [HELP] Whats wrong with that dialog? - by darkokan - 05.10.2014, 15:04

Forum Jump:


Users browsing this thread: 3 Guest(s)