28.08.2010, 10:36
Let's do this:
Ok, i get the warning Tag Mismatch, and in console i get val 0.
SO !?
pawn Код:
new Text3D: label[MAX_PLAYERS];
// in a command
label[playerid] = Create3DTextLabel(ReturnName(playerid),COLOR_WHITE,pos[0],pos[1],pos[2]-0.3,30.0,0);
// ok, Text3d is avaible
// after this line, let's do this:
printf("%d",label[playerid]);
SO !?