fountain help
#1

how i make moving fountain like on pictures please ?

http://zaslike.com/viewer.php?file=k...nwjje3ygw4.png
http://zaslike.com/viewer.php?file=r...o0xd24rrcv.png
http://zaslike.com/viewer.php?file=w...400fhsbj5x.png
http://zaslike.com/viewer.php?file=a...5brah804pd.png
Reply
#2

use the function CreateObject in OnGameModeInit() / OnFilterScriptInit()
pawn Код:
CreateObject(9833,X,Y,Z,0,0,0);
replace X Y and Z with the position.
Reply
#3

thanks
Reply
#4

That wont make it move.
Assign the object do an ID.
For example
new movingobject;
movingobject = CreateObject(blabla..)
And then further down in your script MoveObject(movingobject,X,Y,Z,etc etc);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)