plese helpp
#1

Код:
C:\Documents and Settings\Administrator\Desktop\xReputation.pwn(68) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
The command:
Код:
CMD:myreputation(playerid,params[])
{
    new string[128], pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof string,"%s",pName);
	ShowPlayerDialog(playerid, MYREP, DIALOG_STYLE_MSGBOX, "{00C0FF}Reputation", "{FFFFFF}+++++ {00C0FF}%s's Reputation {FFFFFF}+++++", "Close", "", pName);
	return 1;
}
Line 68:
Код:
ShowPlayerDialog(playerid, MYREP, DIALOG_STYLE_MSGBOX, "{00C0FF}Reputation", "{FFFFFF}+++++ {00C0FF}%s's Reputation {FFFFFF}+++++", "Close", "", pName);
Reply


Messages In This Thread
plese helpp - by xplor09edy - 07.10.2012, 07:26
Re: plese helpp - by JaKe Elite - 07.10.2012, 07:31
Re: plese helpp - by xplor09edy - 07.10.2012, 07:34
Re: plese helpp - by JaKe Elite - 07.10.2012, 07:39

Forum Jump:


Users browsing this thread: 2 Guest(s)