No icon
#2

You have to make a Command with zcmd called "enter"

Let me give you an Example:

pawn Код:
CMD:enter(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 5, x,y,z)) //Set Range from where Player can do /enter
    {
        SetPlayerPos(playerid, x,y,z); //Set Position of Player by doing /save in game.
        SetPlayerInterior(playerid, <interiorid>); //Check Interior ID from ******
    }
    return 1;
}
If you won't understand, feel free to reply here Again.
Reply


Messages In This Thread
No icon - by Nikola_Belic - 24.09.2013, 12:55
Re: No icon - by MAFIAWARS - 24.09.2013, 12:59
Re: No icon - by AnonScripter - 24.09.2013, 13:13
Re: No icon - by Nikola_Belic - 24.09.2013, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)