DCMD String Help me.
#7

Because you never assign %d to something so it's 0..


Change this
pawn Код:
GetPlayerDrunkTime(id);
format(abc, sizeof (abc), "The Player's Drunk Level is %s.");
to
pawn Код:
format(abc, sizeof (abc), "The Player's Drunk Level is %d.", GetPlayerDrunkTime(id));
Reply


Messages In This Thread
DCMD String Help me. - by Ace_Menace - 31.05.2009, 01:38
Re: [FS - Help] DCMD Command - by Correlli - 31.05.2009, 02:01
Re: [FS - Help] DCMD Command - by Ace_Menace - 31.05.2009, 03:01
Re: DCMD String Help me. - by Ace_Menace - 31.05.2009, 05:49
Re: DCMD String Help me. - by Ignas1337 - 31.05.2009, 05:59
Re: DCMD String Help me. - by Ace_Menace - 31.05.2009, 06:03
Re: DCMD String Help me. - by yom - 31.05.2009, 06:14
Re: DCMD String Help me. - by Ace_Menace - 31.05.2009, 06:37

Forum Jump:


Users browsing this thread: 1 Guest(s)