16.12.2013, 16:05
Quote:
pawn Код:
|
+repped both for trying to help

EDIT: Yes, but.. Now there's another problem.
pawn Код:
CMD:givescoreall(playerid, params[]) {
new score;
if(PlayerInfo[playerid][pAdmin] < 3 || !IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED, "[ADMIN] - You're not a high enough level to use this command!");
Well, should i just remove the "!IsPlayerAdmin"? ;d