28.11.2015, 23:28
How can I make it so this works without giving me errors?
I have tried
But it didn't work lol
pawn Code:
#define SendSyntax(playerid, string[]) SendClientMessage(playerid, COLOR_GREY, string)
pawn Code:
#define SendSyntax(playerid, %1) SendClientMessage(playerid, COLOR_GREY, %1)