05.06.2010, 21:18
Save it in PVar not local variable then
and later
Btw, do you have more than 2048, so you need to stream them? If you don't have mroe thna 2048 labels then it's useless to stream them.
Код:
SetPVarInt(playerid,"ModLabel",_:CreateDynamic3DTextLabel("Moderator", MOD, X, Y, Z, 40.0, playerid));
Код:
DestroyDynamic3DTextLabel(Text3D:GetPVarInt(playerid,"ModLabel"));