Posts: 1
Threads: 1
Joined: Dec 2011
Reputation:
0
When i tryna' compile my Script it's give me the error..!
It's give me these 4 Error Help me..!
warning 217: loose indentation
warning 217: loose indentation
warning 203: symbol is never used: "connectionHandle"
warning 203: symbol is never used: "unEscapedString"
Posts: 24
Threads: 5
Joined: Jul 2012
Reputation:
0
i have same look like that problum any one help please..
They are warnings nothing to worry about as for the loose indentation warning you can add #pragma tabsize 0 under your includes to hide those warnings and the other warnings that say the variable is unused you can just ignore them or do what RedJohn said above or simply you can delete them.
Posts: 24
Threads: 5
Joined: Jul 2012
Reputation:
0
hey bro can u tell where inclue in this is a
// g_mysql_ReturnEscaped(string unEscapedString)
// Description: Takes a unescaped string and returns an escaped one.
stock g_mysql_ReturnEscaped(unEscapedString[], connectionHandle) <<<<<< problum in this line
{
new EscapedString[256];
return EscapedString;
}
Posts: 24
Threads: 5
Joined: Jul 2012
Reputation:
0
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS (50)
#include <a_mysql>
#include <streamer>
#include <sscanf2>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <YSI\y_timers>
#include <YSI\y_utils>
#include <ZCMD>
i add Already ..
Posts: 24
Threads: 5
Joined: Jul 2012
Reputation:
0
I solve this error warning 203:
Posts: 79
Threads: 8
Joined: Nov 2011
Reputation:
0
Check if you didn't forgot to post any lost ''{'' or ''}''