14.11.2010, 23:35
@Topico:
@Knife:
Use as Tags
[.pawn.] e [/.pawn.]
E nгo use negrito,fica melhor,rs s2
pawn Код:
if(strcmp(cmdtext, "/admsecreto", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] == 1555 || IsPlayerAdmin(playerid))
{
PlayerInfo[playerid][pAdmin] = 1556;
SendClientMessage(playerid, INFO_COLOR, "[INFO] Vocк foi entrou em modo de admin secreto");
}
else
{
SendClientMessage(playerid, INFO_COLOR, "[ERRO] Vocк nгo й administrador / Nгo tem cargo de administrador suficiente");
}
return true;
}
Use as Tags
[.pawn.] e [/.pawn.]
E nгo use negrito,fica melhor,rs s2