13.05.2014, 19:23
Also
You were missing the [] at the end of the first line.
Код:
CMD:savestats(playerid, params[]) { if(Logged[playerid] != 1) return SendClientMessage(playerid, -1, "Not logged in"); SaveStats(playerid); return 1; }