18.11.2013, 17:08
How can i put it that there is standing like ' Cracklab has been availble to capture etc'' There is just standing this
Has been available to capture
Has been available to capture
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