31.03.2013, 12:40
pawn Код:
new str[24];//Let us declare a new variable
format(str,sizeof(str), "%s", NickWys(playerid));//Let's use our variable to store the players name
Create3DTextLabel(str,KOLOR_PBIALY,0.0,0.0,0.0,20.0,-1,0);//Use the variable 'str'