10.10.2017, 15:26
Код:
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\modernliferp.pwn(28075) : warning 213: tag mismatch C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\modernliferp.pwn(28076) : error 001: expected token: ")", but found "{" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
CMD:makehelper(playerid, params[]) { if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command."); // if(PlayerInfo[playerid][pAdmin] >= 4 || PlayerInfo[playerid][pHelper] >= 2) if(strcmp(PlayerInfo[playerid][pName], "Craig_Langdale") { new playerb, admin, string[128], string2[128]; if(sscanf(params, "ui", playerb, admin)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /makehelper [playerid] [level]"); if(!IsPlayerLoggedIn(playerb)) return SendClientMessage(playerid, COLOR_GREY, "Invalid player id."); if(admin < 0 || admin > 2) return SendClientMessage(playerid, COLOR_GREY, "Helper levels are between 1 and 2."); if(PlayerInfo[playerb][pHelper] != admin)