CallRemoteFunction - incorrectly conveys the dynamic parameters
#2

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.
Reply


Messages In This Thread
CallRemoteFunction - incorrectly conveys the dynamic parameters - by Imperealist - 26.07.2013, 13:54
Re: CallRemoteFunction - incorrectly conveys the dynamic parameters - by Pottus - 26.07.2013, 14:52
Re: CallRemoteFunction - incorrectly conveys the dynamic parameters - by Imperealist - 26.07.2013, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)