17.07.2011, 06:18
Add it in your bottom of your script. Then to use it do the following:
For example here:
For example here:
pawn Код:
new string[128];
format(string, sizeof(string), "Hello, my name is %s", RemoveUnderScore(playerid));
SendClientMessageToAll(-1, string);