Killerid name
#1

How do i change KILLERID name?
Reply
#2

Код:
SetPlayerName(killerid, "name");
Reply
#3

ah thanks!
Reply
#4

Also you can do this, to add a tag to the killer's name like [DM].
Код:
    new string[20], kname[MAX_PLAYER_NAME];
    GetPlayerName(killerid, kname, sizeof(kname));
    format(string, sizeof(string), "[DM]%s", kname);
    SetPlayerName(killerid, string);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)