14.05.2015, 16:43
Quote:
It is pretty funny how ignorance of the problem is contagious you don't need sscanf() or format() for a command like this the best solution was already posted.
@Konstintanos - You have 3 different SendClientMessage() commands going on there |
#define SendUsageMessage(%0,%1) \
SendClientMessage(%0, COLOR_YELLOW , "Usage:{FFFFFF} "%1)
#define SendErrorMessage(%0,%1) \
SendClientMessage(%0, COLOR_LIGHTRED, "Error:{FFFFFF} "%1)
those are mine
There's no need, it functions very well but the
Код:
SendClientMessage(playerid, COLOR_UPDATED, "The jingle URL has successfully been updated!");