26.06.2015, 21:54
Код:
C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(28709) : warning 202: number of arguments does not match definition C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(28709) : warning 202: number of arguments does not match definition C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(28709) : warning 202: number of arguments does not match definition C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(28709) : warning 202: number of arguments does not match definition
PHP код:
new dialog_string[500000000];
format(dialog_string, sizeof(dialog_string), "%s", NomeORG(playerid));
ShowPlayerDialog(playerid, 46, DIALOG_STYLE_TABLIST, dialog_string, "Salбrios\nDinheiro\t$%d\nMateriais\t%d\nMaconha\t%d\nCocaнna\t%d", "Confirmar", "Fechar", CofreOrg[GetPlayerOrg(playerid)][Dinheiro], CofreOrg[GetPlayerOrg(playerid)][Materiais], CofreOrg[GetPlayerOrg(playerid)][Maconha], CofreOrg[GetPlayerOrg(playerid)][Cocaina]); //error
wiki:
PHP код:
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_TABLIST, "Buy Weapon",
"Deagle\t$5000\t100\n\
Sawnoff\t$5000\t100\n\
Pistol\t$1000\t50", // Etc.
"Select", "Cancel");