SA-MP Forums Archive
- fixed - - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: - fixed - (/showthread.php?tid=110323)



- fixed - - Mikep. - 25.11.2009

<fixed>


Re: Problems with parameters. - Joe Staff - 25.11.2009

Looks like you're skipping your first parameter.

pawn Код:
new tmp[256],tmp2[256],Index; tmp = strtok(params,Index), tmp2 = strtok(params,Index);
tmp = strtok(params,Index);



Re: Problems with parameters. - Mikep. - 25.11.2009

..?


Re: Problems with parameters. - Donny_k - 25.11.2009

You don't store anything in 'id2' so it will always be zero by default.


Re: Problems with parameters. - Mikep. - 25.11.2009

Thanks guys, fixed it now.

Should've gone to specsavers.