Jump to content
  • 0

Question

Posted

Problema intalnita (descriere): Primesc un warning la o linie si nu stiu ce sa ii fac
Ero(area / rile) / warning-(ul / urile): warning 202: number of arguments does not match definition
Liniile de cod / sursa / script-ul(obligatoriu): 

ShowPlayerDialog(playerid, DIALOG_REGISTER2, DIALOG_STYLE_LIST, "male\r\female", "OK", "Cancel");


Imagini / Video (optional): - 
Ati incercat sa rezolvati singur?: Da

2 answers to this question

Recommended Posts

  • 0
Posted
ShowPlayerDialog(playerid, DIALOG_REGISTER2, DIALOG_STYLE_LIST, "male\r\female", "OK", "Cancel");

Iti lipseste tilul 

ShowPlayerDialog(playerid, DIALOG_REGISTER2, DIALOG_STYLE_LIST, "Gender" , "male\r\female", "OK", "Cancel");

 

ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[])

Caption se refera la titlul, ceea ce tie iti lipseste

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.