18.10.2011, 20:36
Good job man, saved me from doing this.
Again, ++ for the color formatting xD
I would kill for someone to have these sprites listed properly lol
EDIT:
Nice scripting, you relise you're creating a string with 256 cells each time you use that command?
Again, ++ for the color formatting xD
I would kill for someone to have these sprites listed properly lol
EDIT:
pawn Code:
#define SendClientMessageEx(%0,%1,%2)\
do\
{\
new szString[256];\
format(szString, sizeof(szString), "0{C3C3C3}Sprites:{FFFFFF} " %1, %2);\
SendClientMessage((%0), -1, szString);\
}\
while(FALSE)