Did you put all the plugins in the plugins folder?
And in config.json you should add them like this:
	
	
	
	
	
And in config.json you should add them like this:
Code:
"pawn": {
        "legacy_plugins": [
         "mysql",
          "sscanf"
          ],
},
