please help
#1

Hello please I help with title before the name
If player spawn,so player nick convert to [Player RP]NICK... ([PLAYER RP]Rocky)
Thank you
Reply
#2

Didn't understand well..
Reply
#3

Sorry I am Czech...
if player Rocky connect to server , so after spawn His name will be [Player]Rocky.
everybody is added after spawn titul before nick [Player]
Reply
#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
#5

thank
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)