Helo witth PPC_Housing
#3

try return
pawn Код:
COMMAND:setskin(playerid, params[])
{
new HouseID;

// Let the player know that this house isn't open to the public and he can't enter it
if (House_PlayerIsOwner(playerid, HouseID) == 1)
{
ShowPlayerDialog(playerid, DialogSkin, DIALOG_STYLE_INPUT, "House Skin", "{B7FF00} Please write {F81414} ID {B7FF00} skin", "OK", "Cancel");
return 1;
}
else
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You are not Owner");
return 1;
}
Reply


Messages In This Thread
Helo witth PPC_Housing - by itachi - 06.07.2015, 19:32
Re: Helo witth PPC_Housing - by kalanerik99 - 06.07.2015, 22:28
Re: Helo witth PPC_Housing - by TomatoRage - 06.07.2015, 22:52

Forum Jump:


Users browsing this thread: 2 Guest(s)