Stats
#1

i got errors plz help me
Код:
(7875) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo"
(7875) : warning 215: expression has no effect
(7875) : error 001: expected token: ";", but found "]"
(7875) : error 029: invalid expression, assumed zero
(7875) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
4 Errors.

Код:
CMD:stats(playerid, params[])
{
    new RobSkill = PlayerInfo[playerid][RobSkill];
    new ArmyPermission = PlayerInfo[playerid][ArmyPermission];
    new Score = PlayerInfo[playerid][Score];
    new string[256], sendername[MAX_PLAYER_NAME];
    format(string,sizeof(string), "PlayerName:( %s ) Admin Level:[ %d ] Kills:[ %d ] Deaths:[ %d ] ArmyPermissions:%d",sendername,Score,ArmyPermissions,RobSkill);
    ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX , "Stats", string, "Close", "");
    return 1;
}
Reply


Messages In This Thread
Stats - by DerickClark - 17.02.2013, 04:35
Re: Stats - by ]Rafaellos[ - 17.02.2013, 05:04
Re: Stats - by DerickClark - 17.02.2013, 05:07
Re: Stats - by ]Rafaellos[ - 17.02.2013, 05:09
Re: Stats - by DerickClark - 17.02.2013, 05:26
Re: Stats - by DerickClark - 17.02.2013, 18:01

Forum Jump:


Users browsing this thread: 2 Guest(s)