Help with /og and /cg
#1

Hello everyone,
i have a gang map with a movable gate,
i made the command to move it up and down which is /cg and /og
but i have decided to make it an admin base
when i try to open the gate it says "you are not an admin" thats because I have the code like this

Код:
	if(!strcmp(cmdtext,"/og",true))
	    {
	    	if(IsPlayerAdmin(playerid)){
	        new string[50];
	        new movetime = MoveObject(gate, 2101.30786, 15.75350, -5.72150, 2.00);
			SendClientMessage(playerid, 0xDEEE20FF, "gate opening.");
	        }
	    	else SendClientMessage(playerid, 0xDEEE20FF, "You are not an admin to move the gate.");
	    }
its only for RCON admins but i want it from admin level 1 to 10

can anybody help me plz
Reply


Messages In This Thread
Help with /og and /cg - by Jacob756 - 01.04.2014, 13:19
Re: Help with /og and /cg - by ZeroTheScyther - 01.04.2014, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)