09.11.2010, 21:25
MrDeath thats already done. Snipa, with the 1770 error you had is because you had an Extra closed "}" on line
You have 3 } } }. When you only have 2 { {. You only need { { } }.. You had one extra. For the rest, search through the script for the "SaveToFile" correct syntax like what i posted
. And the last error is simple, just check for the Admin Chat command and use what ever it uses in your command, Or else just remove it so it doesn't tell admins you un-banned the persons
pawn Код:
} else return SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands");
}
pawn Код:
dini_IntSet(file,"", 0); // Edit This, I replaced your "SaveToFile"