05.10.2014, 14:42
Try this
If it's not wroking that this
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
new string[256];
//if(PlayerInfo[playerid][pMission] <= MISSION_TYPE_CASINO_HOLDUP)
//{
new Houseid = PlayerInfo[playerid][pCheckpoint];
switch (HouseInfo[Houseid][h_cpbustype])
{
case BUS_TYPE_SEXSHOP:
{
if (GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
(27712) ShowPlayerDialog(playerid, DIALOG_SEXSHOP, DIALOG_STYLE_LIST, "Menu", "Dildo\nCondom", "Buy", "Cancel");
}
}
return 1;
}
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
new string[256];
//if(PlayerInfo[playerid][pMission] <= MISSION_TYPE_CASINO_HOLDUP)
//{
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");
}
return 1;
}
return 1;
}