08.05.2012, 15:00
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?
If(IsPlayerInRangeOfPoint(playerid,Float:range,Float:x,Float:y,Float:z)) { if(IsPlayerAdmin(playerid) { //your Gate open here } }