10.03.2010, 18:15
just a lil update :
that will give a reason too
Код:
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);