03.09.2010, 18:39
pawn Код:
if(strcmp(cmd, "/advertise", true) == 0) // Publicly says an admin message. Exact same as RCON's 'say' but in a red color.
{
if (adminlevel[playerid] >= 1)
{
SendClientMessageToAll(LIGHTBLUE, "VISIT http://WWW.COD5GS.TK! - Don't forget to connect to our Teamspeak 3 server! IP: teamspeak3.i3d.net:10173");
return 1;
}
else return SendClientMessage(playerid, RED, "You cannot use this command, sorry.");
}

