06.08.2011, 22:27
Quote:
Humm... nгo... nгo deu nгo... :\
se alguйm tiver algum conhecimento sobre isso e puder ajudar... PHP код:
EdiT: poutz... desculpa o duplo post [/noob] ;( |
pawn Код:
if(!strcmp(cmdtext, "/serviзoadmin", true) || !strcmp(cmdtext, "/sa", true))
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 1)
{
if(PlayerInfo[playerid][pAdminDuty] == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 1337)
{
AllowPlayerTeleport(playerid, alow);
SendClientMessage(playerid, 0xFF6600FF,"TeleporteOn");
}
return 1;
}
}
}
}