26.07.2013, 14:52
It's not a bug at all it's your coding.
This won't work correctly
#define core_Detected(%0,%1) \
CallRemoteFunction("ProtectionDetected",%0,%1)
Now think about what this will look like
core_Detected( "ddd", playerid, MONEY_CHEAT, ( itmp[ 0 ] - ac_PData[ i ][ ac_Money ] ) );
CallRemoteFunction("ProtectionDetected","ddd", playerid) ;
Not a bug at all.
This won't work correctly
#define core_Detected(%0,%1) \
CallRemoteFunction("ProtectionDetected",%0,%1)
Now think about what this will look like
core_Detected( "ddd", playerid, MONEY_CHEAT, ( itmp[ 0 ] - ac_PData[ i ][ ac_Money ] ) );
CallRemoteFunction("ProtectionDetected","ddd", playerid) ;
Not a bug at all.