[HELP] Double 3DTextLabel ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Double 3DTextLabel ! (
/showthread.php?tid=202711)
[HELP] Double 3DTextLabel ! -
Yaszine - 24.12.2010
Hey Guys,
I have add a 3DText attached to Created Car
pawn Код:
public CreatePlayerVehicle(playerid,modelid)
{
new Float:x,Float:y,Float:z,Float:angle;
GetPlayerPos(playerid,x,y,z);
GetPlayerFacingAngle(playerid,angle);
PlayerVehicle[playerid]=CreateVehicle(modelid,x,y,z,angle,-1,-1,60000);
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid,X,Y,Z);
new Text3D:vehicle3Dtext;
vehicle3Dtext = Create3DTextLabel(Yassine,RED,X,Y,Z,80.0,0);
Attach3DTextLabelToVehicle(vehicle3Dtext, PlayerVehicle[playerid], 0.0, 0.0, 2.0);
return
}
Picture:
I need only one 3D Text, not two, Plz !
Re: [HELP] Double 3DTextLabel ! -
Tee - 24.12.2010
Are you the only person on the sever at that time?
Re : [HELP] Double 3DTextLabel ! -
Yaszine - 25.12.2010
Yes, I tested that only on Local ! Why ?
Re : [HELP] Double 3DTextLabel ! -
Yaszine - 26.12.2010
Bump !