number of arguments does not match definition
#1

hello, i have a problem

(41982 -- 41983) : warning 202: number of arguments does not match definition

PHP код:
ShowPlayerDialog(playeridDialog_AcheterDIALOG_STYLE_LIST"Acheter""Telephone (%d$)""Acheter""Annuler",binfo[IdBiz[playerid]][PrixAch]+200); 
Can you help me ?
Reply
#2

PHP код:
new string[50];
format(string50"Telephone (%d$)"binfo[IdBiz[playerid]][PrixAch]+200);
ShowPlayerDialog(playeridDialog_AcheterDIALOG_STYLE_LIST"Acheter"string"Acheter""Annuler"); 
Reply
#3

thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)