20.06.2009, 15:35
i got this code:
but then it comes out as....
so all of '%s [%d]: %s' is what i am saying... how do i fix this? so its
Код:
if (PlayerInfo[playerid][pReborn] == 0)
{
new sendername[MAX_PLAYER_NAME];
new string[128];
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s [%d]: %s", sendername,playerid, text);
SendPlayerMessageToAll(playerid, string);
}
Код:
Mowgli: Mowgli[0]: test
Код:
Mowgli[0]: test

