SendClientMessageEx & SendClientMessage??
#3

Quote:
Originally Posted by KinderClans
Посмотреть сообщение
In my gamemode instead of SetPlayerCheckpoint, i use SetPlayerCheckpointEx, because with this stock im also saving some player checkpoint's variables (to connect at timer or textdraw).

Basically there is no difference, it's like you do SCM instead of SendClientMessage.

Normally it's used to "avoid" limitations on current functions to add new needed ones. (In my case i have a distance textdraw based on the created checkpoint, so i made SetPlayerCheckpointEx).

However the use is like the normal SendClientMessage, so:

pawn Код:
SendClientMessageEx(playerid, color, string);
But with SendClientMessageEx, I can't compile it since it's undefined symbol.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)