Why does this do this
#2

Found a flaw.

Code:
if(sscanf(params, "i", Target, Amount))
Try,

Code:
if(sscanf(params, "ii", Target, Amount))
EDIT:

Although i would preffer

Code:
if(sscanf(params, "ui", Target, Amount))
So both a player name or playerid can be used.
Reply


Messages In This Thread
Why does this do this - by Scripter12345 - 08.05.2012, 21:35
Re: Why does this do this - by warcodes_ - 08.05.2012, 21:40
Re: Why does this do this - by Vince - 08.05.2012, 21:42
Re: Why does this do this - by ReneG - 08.05.2012, 21:44
Re: Why does this do this - by warcodes_ - 08.05.2012, 21:48
Re: Why does this do this - by Scripter12345 - 08.05.2012, 22:02
Re: Why does this do this - by kaisersouse - 08.05.2012, 22:14
Re: Why does this do this - by Scripter12345 - 08.05.2012, 22:17
Re: Why does this do this - by ReneG - 08.05.2012, 22:20
Re: Why does this do this - by kaisersouse - 08.05.2012, 22:20

Forum Jump:


Users browsing this thread: 2 Guest(s)