testLOS - 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)
+--- Thread: testLOS (
/showthread.php?tid=445936)
testLOS -
Muhamed.pwn - 23.06.2013
Hey
I just can't figure out how to configure testLOS on CreateDynamic3DTextlabel to be NOT visibile trough SA Objects.
Here is how I've done it:
Код:
CreateDynamic3DTextLabel(str,-1,StanInfo[idx][X],StanInfo[idx][Y],StanInfo[idx][Z],20.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID, 1);
Respuesta: testLOS -
JustBored - 23.06.2013
pawn Код:
CreateDynamic3DTextLabel(str,-1,StanInfo[idx][X],StanInfo[idx][Y],StanInfo[idx][Z],20.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID, 0);
Re: testLOS -
Muhamed.pwn - 23.06.2013
Thanks