02.04.2011, 11:33
Wth is that? .-.
Anyway you have to use the 3dtextlabel, this way
Anyway you have to use the 3dtextlabel, this way
pawn Код:
//At the top of your script:
new
Text3D:label[MAX_PLAYERS];
//Into OnPlayerSpawn
label[playerid] = Create3DTextLabel("CoD 5 Resurraction!",0xFFFFFFFF,0.0,0.0,0.0,10.0,0,1);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.4)