25.12.2014, 13:11
If a player has ethically this name: Super_Man
How do you get the words specifically on each side of the line?
Like instead of doing:
format(string, sizeof(string), "{33AA33}Full name: {FFFFFF}%s", RPN(playerid));
SendClientMessage(playerb, COLOR_WHITE, string);
You could do:
format(string, sizeof(string), "{33AA33}Firstname: {FFFFFF}%s", ??(playerid));
SendClientMessage(playerb, COLOR_WHITE, string);
format(string, sizeof(string), "{33AA33}Lastname: {FFFFFF}%s", ??(playerid));
SendClientMessage(playerb, COLOR_WHITE, string);
How do you get the words specifically on each side of the line?
Like instead of doing:
format(string, sizeof(string), "{33AA33}Full name: {FFFFFF}%s", RPN(playerid));
SendClientMessage(playerb, COLOR_WHITE, string);
You could do:
format(string, sizeof(string), "{33AA33}Firstname: {FFFFFF}%s", ??(playerid));
SendClientMessage(playerb, COLOR_WHITE, string);
format(string, sizeof(string), "{33AA33}Lastname: {FFFFFF}%s", ??(playerid));
SendClientMessage(playerb, COLOR_WHITE, string);