Question about the gates
#1

Hello all me again l have one gusetion when l make gates with MTA how to put the cmds to gates to open olny for admins and and some gates for players?
Reply
#2

Use
Код:
If(IsPlayerInRangeOfPoint(playerid,Float:range,Float:x,Float:y,Float:z))
{
if(IsPlayerAdmin(playerid)
{
//your Gate open here 
}
}
Reply
#3

where to add that exactly?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)