24.12.2013, 15:51
You just have to change the name a little because it's already in the script.
pawn Код:
CMD:lootres(playerid)
{
if(pInfo[playerid][pAdminLevel] >= 6)
{
new Survival_RespawnItemsX;
// By the way if you don't use the variable above, you will still get 2nd warning.
}
return 1;
}