Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Cum rezolv warning 202: number of arguments does not match definition


Question

Posted (edited)

PROBLEMA ESTE LA ACEASTA COMANDA!!!

CMD:info(playerid, params[])
{
     if(IsPlayerConnected(playerid))
     ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_LIST,"{FFFFFF}***Informati Server***","Scripter: {B30000}POPESCU{FFFFFF}\n{FFFFFF}Fondator: {B30000}POPESCU & POPESCU{FFFFFF}\n{FFFFFF}Forum: PAS \n{FFFFFF}Panel: PAS (in curand) \n{FFFFFF}*Orice {B30000}BUG{FFFFFF} se raporteaza pe: {B30000}[/report]{FFFFFF}","Close");  ------> PROBLEMA ESTE LA ACEASTA LINIE!!!
     return 1;
}

 

Edited by AlexBo$$

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

5 answers to this question

Recommended Posts

  • 0
Posted
Acum 12 ore, AlexBo$$ a spus:

PROBLEMA ESTE LA ACEASTA COMANDA!!!

CMD:info(playerid, params[])
{
     if(IsPlayerConnected(playerid))
     ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_LIST,"{FFFFFF}***Informati Server***","Scripter: {B30000}POPESCU{FFFFFF}\n{FFFFFF}Fondator: {B30000}POPESCU & POPESCU{FFFFFF}\n{FFFFFF}Forum: PAS \n{FFFFFF}Panel: PAS (in curand) \n{FFFFFF}*Orice {B30000}BUG{FFFFFF} se raporteaza pe: {B30000}[/report]{FFFFFF}","Close");  ------> PROBLEMA ESTE LA ACEASTA LINIE!!!
     return 1;
}

 

Daca vrei ca dialogul sa aibe doar un buton vei pune asa:

CMD:info(playerid, params[])
{
     if(IsPlayerConnected(playerid))
     ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_LIST,"{FFFFFF}***Informati Server***","Scripter: {B30000}POPESCU{FFFFFF}\n{FFFFFF}Fondator: {B30000}POPESCU & POPESCU{FFFFFF}\n{FFFFFF}Forum: PAS \n{FFFFFF}Panel: PAS (in curand) \n{FFFFFF}*Orice 
 CMD:info(playerid, params[])
{
     if(IsPlayerConnected(playerid))
     ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_LIST,"{FFFFFF}***Informati Server***","Scripter: {B30000}POPESCU{FFFFFF}\n{FFFFFF}Fondator: {B30000}POPESCU & POPESCU{FFFFFF}\n{FFFFFF}Forum: PAS \n{FFFFFF}Panel: PAS (in curand) \n{FFFFFF}*Orice {B30000}BUG{FFFFFF} se raporteaza pe: {B30000}[/report]{FFFFFF}","","Close"); 
     return 1;
}

  • 0
Posted

sau daca ai vrea sa faci in 2 butoane  trebuie sa faci asa 

ShowPlayerDialog(playerid, DIALOG_TEST_ANDU, DIALOG_STYLE_INPUT, "Text 1", "Text 2", "Next", "Close");

 

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.