07.08.2011, 20:52
Use format and puyt the plrIP string into it. For example:
Hope that helps!
pawn Код:
new string[128];
format(string, sizeof(string), "Welcome to your server, master. IP: %s", string);
SendClientMessage(playerid, 0xFFFFFFFF, string);