sscanf2 Error when compiling script
#2

This error simply means that you have defined those variables twice, somewhere in your script preceding these lines those variables have all been defined, you cannot define the same variable twice.

You can try renaming this variables to something unique, or alternatively find where they are already defined and check whether or not you need them and if you can change their name.

It is likely that you have somewhere defined these variables as global variables, so you cannot re-define them anywhere again in your script (callbacks, functions, commands etc).
Reply


Messages In This Thread
sscanf2 Error when compiling script - by JonnyDeath - 01.01.2018, 03:54
Re: sscanf2 Error when compiling script - by MEW273 - 01.01.2018, 04:29
Re: sscanf2 Error when compiling script - by JonnyDeath - 01.01.2018, 08:39
Re: sscanf2 Error when compiling script - by MEW273 - 01.01.2018, 08:55
Re: sscanf2 Error when compiling script - by RogueDrifter - 01.01.2018, 09:29
Re: sscanf2 Error when compiling script - by rfr - 01.01.2018, 10:00
Re: sscanf2 Error when compiling script - by Logic_ - 01.01.2018, 10:27
Re: sscanf2 Error when compiling script - by JonnyDeath - 01.01.2018, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)