How to add this.
#7

You need to use the format function for those messages.

Example:

pawn Код:
new szString[128];
format(szString, sizeof(szString), "Welcome to my server %s. Your IP address is %s.", GetName(playerid), getPlayerIP(playerid));
SendClientMessage(playerid, COLOR, szString);
Reply


Messages In This Thread
How to add this. - by Alex_Obando - 16.08.2011, 04:31
Re: How to add this. - by Darnell - 16.08.2011, 04:47
Re: How to add this. - by Shockey HD - 16.08.2011, 04:51
Re: How to add this. - by Darnell - 16.08.2011, 04:55
Respuesta: Re: How to add this. - by Alex_Obando - 16.08.2011, 05:08
Re: How to add this. - by Darnell - 16.08.2011, 05:14
Re: How to add this. - by Scenario - 16.08.2011, 05:14
Re: How to add this. - by Shockey HD - 16.08.2011, 06:12

Forum Jump:


Users browsing this thread: 2 Guest(s)