enter command
#1

please help i can't enter an place with my /enter /exit command i have Gagi's hous i can't enter it!


PLease help me can u help me too with port forward
i got PFconfig and <removed> i maked an me ip4 is <removed> but me frend's can't enter only me and me bro
Reply
#2

ask this in the Gagi House System Topic (i mean the one in which it was released)
if its with the Gagi Houses or else ask someone to make you a Enter and exit command in script request therad
Reply
#3

pawn Код:
YCMD:enter(playerid, params[], help)
{
        #pragma unused params
        #pragma unused help
        new h = GetClosetHouseID(playerid);
        if(h == -1) return SCM(playerid,COLOR_RED,"EROR: "COL_WHITE"There is no house.");
        if(House[h][On_Sell] == 0 && House[h][Lock] == 0)
        {
            SetPlayerPos(playerid,House[h][ExitX],House[h][ExitY],House[h][ExitZ]);
            SetPlayerInterior(playerid,House[h][IntID]);
            SetPlayerVirtualWorld(playerid,House[h][VW]);
        }
        else return SCM(playerid,COLOR_RED,"EROR: "COL_WHITE"House is locked/Is not on sale.");
        if(strcmp(House[h][Owner],GetName(playerid),false) == 0)
        {
        new Year, Month, Day;
        getdate(Year, Month, Day);
        House[h][DayEnter] = Day;
        House[h][MonthEnter] = Month;
        CheckHouse(h);
        }
        return 1;
}
YCMD:exit(playerid, params[], help)
{
        #pragma unused params
        #pragma unused help
        new h = GetClosetHouseIntID(playerid);
        if(h == -1) return SCM(playerid,COLOR_RED,"EROR: "COL_WHITE"There is no house.");
        SetPlayerPos(playerid,House[h][EnterX],House[h][EnterY],House[h][EnterZ]);
        SetPlayerInterior(playerid,0);
        SetPlayerVirtualWorld(playerid,0);
        return 1;
}
Reply
#4

Roel where add this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)