Error Format
#2

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);
Reply


Messages In This Thread
Error Format - by pepy - 06.08.2012, 14:24
Re: Error Format - by you10 - 06.08.2012, 14:27
Re: Error Format - by pepy - 06.08.2012, 14:30
Re: Error Format - by Devilxz97 - 06.08.2012, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)