.. has been available to capture
#2

You can use format() to format strings.
pawn Код:
new pName[MAX_PLAYER_NAME]; // Creating a variable, which will keep player name
new string[128]; // A variable to format the string.
GetPlayerName(playerid, pName, sizeof(pName)); // Saving player name into the variable
format(string, sizeof(string), "%s has been availble to capture.", pName); // Formatting done!
SendClientMessage(playerid, -1, string); // Sending the string to player
This will help you https://sampwiki.blast.hk/wiki/Format
Reply


Messages In This Thread
.. has been available to capture - by Lisaax - 18.11.2013, 17:08
AW: .. has been available to capture - by Skimmer - 18.11.2013, 17:22
Re: .. has been available to capture - by Lisaax - 18.11.2013, 17:24
AW: .. has been available to capture - by Skimmer - 18.11.2013, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)