OnPlayerClickPlayer
#1

Hello,
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;
}
Warnings:
Код:
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.
Line No 1368:
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", "");
Help !
Reply


Messages In This Thread
OnPlayerClickPlayer - by Avi Raj - 23.12.2012, 04:53
Re: OnPlayerClickPlayer - by Faisal_khan - 23.12.2012, 04:59
Re: OnPlayerClickPlayer - by Avi Raj - 23.12.2012, 05:01
Re: OnPlayerClickPlayer - by Faisal_khan - 23.12.2012, 05:05
Re: OnPlayerClickPlayer - by Lordzy - 23.12.2012, 05:09
Re: OnPlayerClickPlayer - by Faisal_khan - 23.12.2012, 05:13
Re: OnPlayerClickPlayer - by Avi Raj - 23.12.2012, 06:28
Re: OnPlayerClickPlayer - by Avi Raj - 23.12.2012, 06:32

Forum Jump:


Users browsing this thread: 1 Guest(s)