Detaljan opis problema: Izbacuje mi ove warnove ako neko zna kako mogu da ih sredim 🙂
Dio skripte: Warnovi koje mi izbacuje
C:\Users\Zoran\Desktop\SampSerbe FR-DM\gamemodes\ES.pwn(1000) : warning 202: number of arguments does not match definition
C:\Users\Zoran\Desktop\SampSerbe FR-DM\gamemodes\ES.pwn(1042) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Warnings.
LInije na kojima prikazuje warnove
1001 GetPlayerName(playerid, GetName(playerid), 20);
1002 SendClientMessageToAll(yellow, "{EE7621}Admin | {FFFFFF}%s {EE7621}je obrisao chat.", GetName(playerid));
1043 GetPlayerName(playerid, GetName(playerid), 20);
1044 SendClientMessageToAll(yellow, "{EE7621}GameSage | {FFFFFF}%s {EE7621}je obrisao chat.", GetName(playerid));
