added this and i get these 3 warnings
Код:
if(!strcmp(cmdtext,"/stats", true))
{
new str[128];
format(str, sizeof(str), "Bank Money[%d]",PlayerInfo[playerid][pRaha]);
ShowPlayerDialog(playerid,4,DIALOG_STYLE_MSGBOX, str);
return 1;
}
Код:
C:\DOCUME~1\hardstop\Desktop\SAMP~1\GAMEMO~1\test.pwn(587) : warning 202: number of arguments does not match definition
C:\DOCUME~1\hardstop\Desktop\SAMP~1\GAMEMO~1\test.pwn(587) : warning 202: number of arguments does not match definition
C:\DOCUME~1\hardstop\Desktop\SAMP~1\GAMEMO~1\test.pwn(587) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.