20.01.2011, 13:58
pawn Код:
new Text3D:Recon[MAX_PLAYERS];
new Text3D:Engineer[MAX_PLAYERS];
new Text3D:Medic[MAX_PLAYERS];
new Text3D:Assault[MAX_PLAYERS];
pawn Код:
Recon[playerid] = Create3DTextLabel("Recon",0x000FFFFF,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(Recon[playerid], playerid, 0.0, 0.0, 0.7);
IsRecon[playerid] = 1;