06.07.2015, 19:32
Hello.
I make skin changer to PPC_Housing,but not function..
code :
error :
I connect to server and send command /setskin ,but write to me SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You are not Owner");
Please help me
I make skin changer to PPC_Housing,but not function..
code :
Quote:
COMMAND ![]() { 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"); } else SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You are not Owner"); return 1; } |
I connect to server and send command /setskin ,but write to me SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You are not Owner");
Please help me