24.11.2011, 00:59
Ola eu estava precisando colocar um comando somente para administradores.
Mas eu tentei e nгo consegui.
Obs:
Esse comando, tentei usar a seguinte funзгo.
Alguem ajuda? :/
Mas eu tentei e nгo consegui.
Obs:
pawn Код:
if(strcmp(cmdtext, "/criararvore", true) == 0)
{
new Float:plocx,Float:plocy,Float:plocz;
GetPlayerPos(playerid, plocx, plocy, plocz);
SetXmasTree(plocx,plocy,plocz);
SetPlayerPos(playerid, plocx-2.5, plocy+2.5, plocz);//so you dont get stuck in the presents
return 1;
}
pawn Код:
if(IsPlayerAdmin(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{