SetPlayerPos Problem
#4

Are you using sscanf? if so are you using the plugin? if not change your sscanf float code to
pawn Код:
case 'f':
            {
                new
                    changestr[16],
                    changepos = 0,
                    strpos = stringPos;
                while(changepos < 16 && string[strpos] && string[strpos] != delim)
                {
                    changestr[changepos++] = string[strpos++];
                }
                changestr[changepos] = '\0';
                setarg(paramPos,0,_:floatstr(changestr));
            }
Reply


Messages In This Thread
SetPlayerPos Problem - by Anwix - 21.02.2010, 20:16
Re: SetPlayerPos Problem - by Rizard - 21.02.2010, 21:16
Re: SetPlayerPos Problem - by Anwix - 21.02.2010, 23:22
Re: SetPlayerPos Problem - by Daren_Jacobson - 22.02.2010, 00:37
Re: SetPlayerPos Problem - by Anwix - 22.02.2010, 01:03
Re: SetPlayerPos Problem - by Anwix - 22.02.2010, 16:13
Re: SetPlayerPos Problem - by Anwix - 23.02.2010, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)