06.08.2012, 14:27
You need to have a format() to add the name to the string.
pawn Код:
new name[MAX_PLAYER_NAME+1], string[40];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(string, sizeof(string), "Cadavere di %s", name);
Create3DTextLabel(string,0x008080FF, X, Y, Z, 40.0, 0, 0);