19.07.2011, 09:20
(
Последний раз редактировалось zombieking; 23.10.2012 в 18:03.
)
DELETED
if (strcmp("/aod", cmdtext, true) == 0)
{
new string[128];
new aName[MAX_PLAYER_NAME];
GetPlayerName(playerid,aName,sizeof(aName));
format(string, sizeof(string), "|| Admin %s is now ON DUTY ||", aName);
SendClientMessageToAll(0xFB0000FF, string);
return 1;
}
if (strcmp("/aoffd", cmdtext, true) == 0)
{
new string[128];
new aName[MAX_PLAYER_NAME];
GetPlayerName(playerid,aName,sizeof(aName));
format(string, sizeof(string), "|| Admin %s is now OFF DUTY ||", aName);
SendClientMessageToAll(0xFB0000FF, string);
return 1;
}
pawn Код:
Most of the variables/arrays created are not used lol. |
This is a simple GM , it is for people who want to make a GM but are too lazy to do the basic commands |