Quote:
Originally Posted by Dwane
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 ) ) ...
|
Lolz I just removed ; from his code