30.07.2014, 17:33
(
Последний раз редактировалось Insidious; 30.07.2014 в 18:20.
)
Bem pessoal, um tempo atrбs eu tinha conseguido fazer isso direito, funcionando. Hoje fui tentar outra vez e nгo consegui, cуdigo abaixo:
Quando compilo me aparecem estes erros:
pawn Код:
public OnPlayerClickPlayer(playerid, clickedid, source)
{
new dstring[256];
format(dstring, sizeof(dstring), "Nome: %s || Score: %d || Grana: %d", GetPlayerName(playerid), GetPlayerScore(playerid), GetPlayerMoney(playerid));
ShowPlayerDialog(playerid, DIALOG_STATS, DIALOG_STYLE_MSGBOX, "STATUS", dstring, "Fechar", "");
return 1;
}
Код:
C:\Users\usuario\Desktop\Servidor\gamemodes\gangwar.pwn(466) : error 025: function heading differs from prototype C:\Users\usuario\Desktop\Servidor\gamemodes\gangwar.pwn(469) : warning 202: number of arguments does not match definition C:\Users\usuario\Desktop\Servidor\gamemodes\gangwar.pwn(469) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.