please help
#4

there are two usefull functions
SetPlayerName
GetPlayerName

here is a demo:
Код:
new name[1000], new_name[1020];
GetPlayerName(playerid, name, 1000);

format(new_name, sizeof(1020), "[Player]%s", name);
SetPlayerName(playerid, new_name);
insert that OnPlayerConnect callback to check
Reply


Messages In This Thread
please help - by itachi - 12.07.2015, 07:26
Re : please help - by KillerDVX - 12.07.2015, 07:33
Re: please help - by itachi - 12.07.2015, 07:40
Re: please help - by Roko_foko - 12.07.2015, 07:47
Re: please help - by itachi - 12.07.2015, 07:50

Forum Jump:


Users browsing this thread: 3 Guest(s)