How to make a moveable gate with a rang?
#2

My idea needs ZCMD:

pawn Код:
CMD:/gate(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, Range, GateX, GateY, GateZ)){
    // Open gate
    } else
    {
     // You're not in range
    }
    return 1
}
Reply


Messages In This Thread
How to make a moveable gate with a rang? - by Le3aT - 12.12.2013, 14:25
Re: How to make a moveable gate with a rang? - by mahdi499 - 12.12.2013, 14:33
Re: How to make a moveable gate with a rang? - by Sawalha - 12.12.2013, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)