12.03.2011, 11:28
Quote:
I have a new problem cause I try to display the rank of the player above the head's player
pawn Код:
label[playerid] = Create3DTextLabel("%S",0x008080FF,30.0,40.0,50.0,4 0.0,0 ,rank); What is meaning ? |
pawn Код:
new string[41];
format(string,sizeof(string),"%s",rank);
Create3DTextLabel(string,0x008080FF,30.0,40.0,50.0,40.0,0 ,0); //Argument 8 must be 0(false) or 1(true)