[help] Problem streamer - 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: [help] Problem streamer (
/showthread.php?tid=579557)
[help] Problem streamer -
MarkHud - 28.06.2015
Could anybody explain me, why the object is showing up, when I am in a different distance (closer) than I have specified in my code?
188 meters away from object.
187 meters away from object.
In OnGameModeInit:
Quote:
CreateDynamicObject(11439, 2603.85693, -1932.16260, 4.26190, 0.00000, 0.00000, -90.12000, 0, 0, -1, 2000.0, 2000.0);
|
Version streamer: 2.7.7
SAMP 0.3.7
Respuesta: [help] Problem streamer -
MarkHud - 28.06.2015
Help me please
Re: [help] Problem streamer -
Metharon - 28.06.2015
pawn Код:
CreateDynamicObjectEx(11439, 2603.85693, -1932.16260, 4.26190, 0.00000, 0.00000, -90.12000, 0, 0, -1, 2000.0, 2000.0);
Respuesta: [help] Problem streamer -
MarkHud - 28.06.2015
Sorry
but the same problem occurs