20.08.2012, 15:27
pawn Code:
if(!strcmp("/caixa_on", cmdtext, true))
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] < 3)
{
SendClientMessage(playerid, -1, " Vocк nгo estб autorizado a usar este comando !");
return 1;
}
if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != 1342)
{
SendClientMessage(playerid, -1, "Vocк nгo estб trabalhando! (/trabalhar)");
return 1;
}
// FUNЗГOES QUE A CAIXINHA VAI UZAR
}
return 1;
}
if(!strcmp("/caixa_off", cmdtext, true))
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] < 3)
{
SendClientMessage(playerid, -1, " Vocк nгo estб autorizado a usar este comando !");
return 1;
}
if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != 1342)
{
SendClientMessage(playerid, -1, "Vocк nгo estб trabalhando! (/trabalhar)");
return 1;
}
// FUNЗГOES QUE VAI DESTRUIR A CAIXINHA
}
return 1;