number of arguments does not match definition
#4

You cannot format messages in SendClientMessage so that is why you are getting that warning

Use format instead, like this

pawn Код:
new string[120];
if(IsPlayerInBandOnline(GZInfo[i][gFrak]) < 2)
{
    format(string, sizeof(string), "У банды \"%s\" мало игроков!", Fraction[faction][fText]);
    return SendClientMessage(playerid, Wisdom_ERROR, string);
}
Reply


Messages In This Thread
number of arguments does not match definition - by Dainteresebuli - 29.10.2018, 20:11
Re: number of arguments does not match definition - by ReD_HunTeR - 29.10.2018, 20:28
Re: number of arguments does not match definition - by Dainteresebuli - 29.10.2018, 20:30
Re: number of arguments does not match definition - by ReD_HunTeR - 29.10.2018, 20:35
Re: number of arguments does not match definition - by Dainteresebuli - 29.10.2018, 20:40
Re: number of arguments does not match definition - by Dennis12 - 29.10.2018, 20:40

Forum Jump:


Users browsing this thread: 1 Guest(s)