Number of argument error
#1

Hello,

I would like to know how can I fix an error like this.

Код:
C:\Users\User\Documents\gamemods\test(38822) : warning 202: number of arguments does not match definition
C:\Users\User\Documents\gamemodes\test.pwn(38833) : warning 202: number of arguments does not match definition
Reply
#2

Show us the lines
Reply
#3

38822 : strcat(pDialog, "Score: %d", GetPlayerScore(playerid), sizeof(pDialog));
38833 : ShowPlayerDialog(playerid, 125, DIALOG_STYLE_MSGBOX, "Stats","Ok", "");
Reply
#4

Код:
format(pDialog, sizeof pDialog, "%s Score: %d", pDialog, GetPlayerScore(playerid));
ShowPlayerDialog(playerid, 125, DIALOG_STYLE_MSGBOX, "Stats",pDialog, "Ok", "");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)