command problem
#2

Change
pawn Код:
new promname[128]
Into
pawn Код:
new promname[MAX_PLAYER_NAME]
And change
pawn Код:
GetPlayerName(id,promname,sizeof promname);
Into
pawn Код:
GetPlayerName(id,promname,sizeof(promname));
Reply


Messages In This Thread
Command with ID problem - by nejc001 - 19.03.2011, 11:14
Re: command problem - by Biesmen - 19.03.2011, 11:20
Re: command problem - by nejc001 - 19.03.2011, 11:31
Re: command problem - by Biesmen - 19.03.2011, 11:36
Re: command problem - by nejc001 - 19.03.2011, 12:40
Re: command problem - by nejc001 - 21.03.2011, 16:10
Re: command problem - by nejc001 - 24.03.2011, 07:24
Re: command problem - by THE_KNOWN - 24.03.2011, 07:32
Re: command problem - by nejc001 - 24.03.2011, 07:36
Re: command problem - by PinkFloydLover - 24.03.2011, 07:38
Re: command problem - by THE_KNOWN - 24.03.2011, 07:39
Re: command problem - by THE_KNOWN - 24.03.2011, 07:40
Re: command problem - by nejc001 - 24.03.2011, 07:45
Re: command problem - by THE_KNOWN - 24.03.2011, 07:46
Re: command problem - by nejc001 - 24.03.2011, 08:03

Forum Jump:


Users browsing this thread: 2 Guest(s)