number of arguments does not match definition
#2

You used arguments in KickWithMessage2 that are not defined in your stock. In order to insert a formated string use format function.

pawn Код:
new string[103];
format(string, sizeof(string), "AdmCmd: %s was kicked by %s, reason: %s", giveplayer, sendername, (result));

KickWithMessage2(giveplayerid, COLOR_LIGHTRED, string);
Reply


Messages In This Thread
number of arguments does not match definition - by lilt074life - 29.05.2013, 11:39
Re: number of arguments does not match definition - by Konewka - 29.05.2013, 11:45
Re: number of arguments does not match definition - by lilt074life - 29.05.2013, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)