fatal error 107: too many error messages on one line
#3

Quote:
Originally Posted by cs_waller
View Post
sscanf(params, "si",Check[0], wheelid)

It should work.Good luck
You posted exactly the same !!!

You need to define it.
pawn Code:
new Check[ /* value_here */ ];
Also, on sscanf the "s" specifier should have the value there too.
pawn Code:
// Example:
new reason[ 64 ];
if( sscanf( params, "s[64]", reason ) ) ...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)