17.02.2013, 01:33
I'm having a brain fart at the moment. Could someone please help me with this simple mistake? I'm trying to define a SendClientMessage, to avoid typing it over and over.
Appreciated.
pawn Код:
#define ERROR_MESSAGE SendClientMesssage(playerid,COLOR_GREY, "ERROR: You're not authorized to use this command.");
Код:
C:\Users\Luke\Desktop\Scripting\Mini-Missions V1\gamemodes\bare.pwn(59) : error 017: undefined symbol "SendClientMesssage" C:\Users\Luke\Desktop\Scripting\Mini-Missions V1\gamemodes\bare.pwn(59) : error 036: empty statement