12.12.2009, 09:50
hey there i need a way so i can get
all levels from level 5 to 1 to do this command ...
all levels from level 5 to 1 to do this command ...
Код:
if (strcmp(cmd, "/openadmin", true) ==0 )
{
if(PlayerInfo[playerid][Admin] == 5 )
{
SetTimer("gateclosetime",3000,false);
MoveObject(admingate1, 57.859196, 1523.563721, 14.677603, 2.00);
MoveObject(admingate2, -48.196167, 1534.187256, 14.523392, 2.00);
SendClientMessage(playerid, COLOR_GRAD1, "You Have Open The Gates To Heaven ");
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "You Are Not Admin");
}
return 1;
}

