08.07.2011, 12:52
Hmm, no idea.....
Or use the manual way...
Hope that helps!
pawn Код:
#define MAX_STRING 1 // without brackets :\
if ( sscanf( params, "s["#MAX_STRING"]", action ) )
pawn Код:
if ( sscanf( params, "s[256]", action ) )