Code Error Need help
#1

Hey, I need help with this error , Thx
Код:
(4578) : warning 202: number of arguments does not match definition
Код:
format(string, sizeof(string), "%s have won the duel against opponent %s [weapon: %s, bet: $%i]", GetPlayerName(gDuel[playerid][d_opponent]), GetPlayerName(playerid), GetWeaponName(gDuel[playerid][d_weapon]), gDuel[playerid][d_bet]);
	    SendClientMessageToAll(COLOR_AQUA, string);
	    format(string, sizeof(string), "%s have won the duel against opponent %s", GetPlayerName(gDuel[playerid][d_opponent]), GetPlayerName(playerid));
4578 is the first line string format one
Reply


Messages In This Thread
Code Error Need help - by Rockyyy - 06.01.2016, 18:19
Re: Code Error Need help - by Lucky13 - 06.01.2016, 18:34
Re: Code Error Need help - by Rockyyy - 06.01.2016, 18:46
Re: Code Error Need help - by Lucky13 - 06.01.2016, 18:53
Re: Code Error Need help - by Rockyyy - 06.01.2016, 18:56
Re: Code Error Need help - by Lucky13 - 06.01.2016, 19:01
Re: Code Error Need help - by Rockyyy - 06.01.2016, 19:10
Re: Code Error Need help - by Lucky13 - 06.01.2016, 19:20
Re: Code Error Need help - by Rockyyy - 06.01.2016, 19:25
Re: Code Error Need help - by Lucky13 - 06.01.2016, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)