please help im using a script called Static Roleplay it comes up with... fatal error 111: user error: sscanf (possibly the PAWN version) already defined.
You are a good example as to why SA:MP has such a bad reputation for impatient little kids who have no clue what they're doing and only want the power of running their own server.
In order to avoid getting myself in trouble for posting off topic, the solution to your problem is in the error information.
sscanf is already defined in your script and ever since one of the newer versions of sscanf, you can't define sscanf with a simple stock function; you need to use the include.
The solution: remove the sscanf stock function from your script and compile.