Posts: 227
Threads: 20
Joined: Dec 2007
Reputation:
0
Question for Kye , can you add the Function MoveObjectRot ? , i think thats usefull for many Sa-mp User
Posts: 18
Threads: 6
Joined: Jul 2008
Reputation:
0
also DisconnectNPC and also GetTrafficLightsState (to see if a traffic light is green yellow or red). Also StopNPConTrafficLight to stop an NPC when the nearest semaphore is for example yellow or red
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
This is kinda related so I'm wondering if It's possible to make MoveObject so It actually moves the object and not destroys and recreates it, so if a player is on the object, it will move along. I know I could just adjust the players position with the objects, but that makes the moving choppy. So is it possible ?
Posts: 1,047
Threads: 23
Joined: Jun 2009
Quote:
Originally Posted by BlackFoX
Question for Kye , can you add the Function MoveObjectRot ? , i think thats usefull for many Sa-mp User
|
well SetObjectRot is not included?... make ex every 10ms setobjectrot(rot+1).. isn't that easy?
but ok moveobjectrot(objid,rot,speed) wouild be very usefull
Posts: 227
Threads: 20
Joined: Dec 2007
Reputation:
0
yeah it is easy but native Functions alot faster better than Timers or loops
Posts: 227
Threads: 20
Joined: Dec 2007
Reputation:
0
I done it allready by Scripting but i mean native Function is better cause it is a native and it is faster than Loops and Timers
MoveObject can to done by Scripting but there is allready a Native Function , i think the MoveObjectRot Function is very usefull for many
Servers