12.08.2011, 08:02
Hello.
The title says it. I have that SendFormattedMessage (I named it simply SendMessage). This is it:
Using the includes:
(I don't know if that's important, I just posted it).
However, I used that SendMessage fine before at 0.3c RC3. Since the update to RC5 I get this error:
Does anyone has a proper solution? I don't wanna use by the way that include package thing of ******: I think it are too many includes if I just want one, compiling takes longer, and starting the server took longer. (I said this because of an include of Alex he made so you can make an easier thing of this).
I know there is also a SendClientMessageFormatted which use the #emit things, but that one's working neither since RC5 (Runtime error 22: Double initialised AMX or something)
Regards,
Kevin
The title says it. I have that SendFormattedMessage (I named it simply SendMessage). This is it:
pawn Код:
#define SendMessage(%0,%1,%2,%3) do{new str[128]; format(str, 128, %2, %3); SendClientMessage(%0, %1, str);}while(FALSE)
pawn Код:
#include <a_samp>
#include <djson>
#include <filemanager>
#include <OPSP>
#include <sscanf2>
#include <streamer>
#include <whirlpool>
#include <zcmd>
However, I used that SendMessage fine before at 0.3c RC3. Since the update to RC5 I get this error:
pawn Код:
C:\Users\Kevin\Desktop\SAMP\KRLG\gamemodes\KRLG.pwn(102) : error 017: undefined symbol "FALSE"
I know there is also a SendClientMessageFormatted which use the #emit things, but that one's working neither since RC5 (Runtime error 22: Double initialised AMX or something)
Regards,
Kevin