06.08.2014, 12:40
You're trying to send a formatted message using SendClientMessage instead of format.
pawn Код:
new fstr[50];
format(fstr, sizeof(fstr), "Esi sveicināts Defaq %s!", NAMEGET(playerid));
SendClientMessage(playerid, COLOR_BLUE, fstr);