29.01.2011, 23:33
pawn Код:
if (strcmp(cmdtext, "/agateo", true)== 0)
{
if(AccountInfo[playerid][aLevel] < 0) SendClientMessage(playerid, COLOR_RED, "You need to be a Helper to use the gate command!");
{
MoveObject(agate,-1470.45617676,2611.21215820,50);
SendClientMessage(playerid, COLOR_YELLOW, "You open the admin gates!");
{
if (strcmp(cmdtext, "/agatec", true)== 0) {
if(AccountInfo[playerid][aLevel] < 0) SendClientMessage(playerid, COLOR_RED, "You need to be a Helper to use the gate command!");
{
MoveObject(agate,-1470.45617676,2611.21215820,59.36460876);
SendClientMessage(playerid, COLOR_YELLOW, "You close the admin gates!");
}