23.12.2012, 04:53
Hello,
i made this but im getting Many Warnings.
Heres My Script:
Warnings:
Line No 1368:
Help !
i made this but im getting Many Warnings.
Heres My Script:
pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
ShowPlayerDialog(playerid, DIALOG_STATS, DIALOG_STYLE_MSGBOX, "Stats", "Name : %s | Admin Level : %d | VIP : %d | Score : %d | Cash : %d", GetName(playerid), pInfo[playerid][pAdmin], pInfo[playerid][pVip], GetPlayerScore(playerid), GetPlayerMoney(playerid), "Close", "");
return 1;
}
Код:
D:\SETUPS\GAMESP~1\Server\GAMEMO~1\gvsy.pwn(1368) : warning 202: number of arguments does not match definition D:\SETUPS\GAMESP~1\Server\GAMEMO~1\gvsy.pwn(1368) : warning 202: number of arguments does not match definition D:\SETUPS\GAMESP~1\Server\GAMEMO~1\gvsy.pwn(1368) : warning 202: number of arguments does not match definition D:\SETUPS\GAMESP~1\Server\GAMEMO~1\gvsy.pwn(1368) : warning 202: number of arguments does not match definition D:\SETUPS\GAMESP~1\Server\GAMEMO~1\gvsy.pwn(1368) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Warnings.
pawn Код:
ShowPlayerDialog(playerid, DIALOG_STATS, DIALOG_STYLE_MSGBOX, "Stats", "Name : %s | Admin Level : %d | VIP : %d | Score : %d | Cash : %d", GetName(playerid), pInfo[playerid][pAdmin], pInfo[playerid][pVip], GetPlayerScore(playerid), GetPlayerMoney(playerid), "Close", "");