02.04.2012, 14:24
Yes, I use it 
I did it so:
But if i use it at 3dTextlabels i got a lot of Errors:

I did it so:
Код:
stock p_CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0)
{
new cpid = -1;
cpid = CreateDynamicCP(x, y, z, size, worldid, interiorid, playerid, streamdistance);
Streamer_Update(playerid);
return cpid;
}
Код:
stock p_CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0)
{
new Text3D:ddid = -1;
ddid =CreateDynamic3DTextLabel(text, color, x, y, z, drawdistance, attachedplayer, attachedvehicle, testlos, worldid, interiorid, playerid, streamdistance);
Streamer_Update(playerid);
return ddid;
}

