24.12.2013, 16:24
Then you don't have to declare any variable. Just check the level and call Survival_RespawnItems.
pawn Код:
CMD:lootres(playerid)
{
if (pInfo[playerid][pAdminLevel] >= 6) Survival_RespawnItems();
return 1;
}