actor problem - 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: actor problem (
/showthread.php?tid=653445)
actor problem -
parames3010 - 05.05.2018
hello, how to fix this? actor fall on all CreateDynamicObject map
hope anyone help, Thanks
Re: actor problem -
FuNkYTheGreat - 05.05.2018
Change that wall (in which actor is falling down) to CreateObject not CreateDynamicObject, so it would be streamed everytime, And actor wont fall.
Re: actor problem -
parames3010 - 05.05.2018
Quote:
Originally Posted by FuNkYTheGreat
Change that wall (in which actor is falling down) to CreateObject not CreateDynamicObject, so it would be streamed everytime, And actor wont fall.
|
Thanks, but i already know.
no another way?
Re: actor problem -
Zeus666 - 05.05.2018
Create a spawn timer. timerex
Re: actor problem -
Bingo - 05.05.2018
Quote:
Originally Posted by parames3010
Thanks, but i already know.
no another way?
|
Spawn him with timer as the guy said above.
Or
Use CreateObject Or spawn him a lil bit higher, If you don't want to edit CreateDynamicObject or use Timer.
Re: actor problem -
parames3010 - 05.05.2018
Quote:
Originally Posted by Bingo
Spawn him with timer as the guy said above.
Or
Use CreateObject Or spawn him a lil bit higher, If you don't want to edit CreateDynamicObject or use Timer.
|
Spawn him with timer?
maybe example code?