13.06.2012, 22:33
Well, the /enter as I see it, works like this
At least mine does, but custom interiors don't have an interior id, so....How do you make it so you can go inside of them?
Код:
CMD:enter(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 3.0, 1833.6599,-1842.4498,13.5781)) { SetPlayerPos(playerid, -30.9769,-90.6926,1003.5469);//inside 24/7 SetPlayerInterior(playerid, 18); } }