23.04.2015, 13:45
You haven't mentioned the 'giveplayerid' in SendClientMessageEx.
I think you need to replace that red line(SendClientMessageEx(COLOR_LIGHTBLUE, string)![Wink](images/smilies/wink.png)
with this:
I think you need to replace that red line(SendClientMessageEx(COLOR_LIGHTBLUE, string)
![Wink](images/smilies/wink.png)
with this:
PHP код:
SendClientMessageEx(giveplayerid, COLOR_LIGHTBLUE, string);
//or
SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string);