10.03.2010, 18:20
Quote:
Originally Posted by [AC
Etch ]
just a lil update : Код:
new string[128], kName[MAX_PLAYER_NAME], dName[MAX_PLAYER_NAME]; kName = GetPlayerName(killerid, kName, MAX_PLAYER_NAME); dName = GetPlayerName(playerid, dName, MAX_PLAYER_NAME); format(string, 128, "%s Killed %s with %d", kName, dName, reason); GameTextForAll(string, 5000, 1); |