Problem with /give cmd
#4

pawn Код:
PlayerInfo[targetname][pMatches] += 1;
//Should be
PlayerInfo[targetid][pMatches] += 1;


PlayerInfo[targetname][pWood] += 1;
//Should be
PlayerInfo[targetid][pWood] += 1;

//then so on
Reply


Messages In This Thread
Problem with /give cmd - by BizzyD - 07.05.2011, 21:19
Re: Problem with /give cmd - by Laronic - 07.05.2011, 21:28
Re: Problem with /give cmd - by BizzyD - 07.05.2011, 21:31
Re: Problem with /give cmd - by Laronic - 07.05.2011, 21:37
Re: Problem with /give cmd - by BizzyD - 07.05.2011, 21:41
Re: Problem with /give cmd - by admantis - 07.05.2011, 21:41
Re: Problem with /give cmd - by Laronic - 07.05.2011, 21:43
Re: Problem with /give cmd - by BizzyD - 07.05.2011, 21:43
Re: Problem with /give cmd - by BizzyD - 07.05.2011, 22:18
Re: Problem with /give cmd - by Laronic - 07.05.2011, 22:20

Forum Jump:


Users browsing this thread: 4 Guest(s)