24.03.2013, 10:24
Well, I tried to put this on the script.
But the error still make the compile success!
But when I am in the server...

How to fix this?
pawn Код:
CMD:credits(playerid,params[])
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
ShowPlayerDialog(playerid, 12344, DIALOG_STYLE_MSGBOX, "Credits", "{00ff00}YoWassup{ffffff} - {ff0000}Server scripter, hoster\n{00ff00}EpicExile, Slenderman{ffffff} - {ff0000}Server mappers\n{00ff00}%s - {ffff00}Best Player", "OK", "", name);
return 1;
}
Код:
C:\Users\Kelvin\Desktop\Scripting\gamemodes\racerevolution.pwn(4099) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.

How to fix this?