27.04.2018, 14:06
how to create a variable, when format () then it sends SendClientMessage without having to set
Example:
I put a function called ''textfm''
textfm(string, sizeof(string), "Player ID [%d]", playerid);
it will show: Player ID 1.
without having to use SendClientMessage.
Example:
I put a function called ''textfm''
textfm(string, sizeof(string), "Player ID [%d]", playerid);
it will show: Player ID 1.
without having to use SendClientMessage.