n0skillg3t Posted July 5, 2011 Share Posted July 5, 2011 Hello, i need a Cleo Mod. This mod should do following: If i press a key ( wayne, what key ), it should teleport me into to nearest car as the driver and / or passenger. Like this example: I press Num 3 --> I got teleportet into the nearest Vehicle next to me, as the Driver. I press Num 2 --> I got teleportet into the nearest Vehicle next to me, as the Passenger. I know that something like this exists already, but i don't find this cleo script anymore... Please Help! Thanks. Link to comment Share on other sites More sharing options...
aStiffSausage Posted July 5, 2011 Share Posted July 5, 2011 Let's play a game: Find request thread! Should be simple script to make... Link to comment Share on other sites More sharing options...
n0skillg3t Posted July 5, 2011 Author Share Posted July 5, 2011 What do you mean? Im a noob. Help me Link to comment Share on other sites More sharing options...
aStiffSausage Posted July 5, 2011 Share Posted July 5, 2011 What do you mean? Im a noob. Help me You should ALWAYS ask from request thread if you're looking for a mod... But for this time, I'll help you here So, 2 and 3 from Numpad for teleport? Link to comment Share on other sites More sharing options...
n0skillg3t Posted July 5, 2011 Author Share Posted July 5, 2011 Or Numpad 1 and 2 it's waynne Link to comment Share on other sites More sharing options...
aStiffSausage Posted July 5, 2011 Share Posted July 5, 2011 Numpad 1 to spawn to nearest vehicle driverseat Numpad 2 to spawn to nearest vehicle passenger seat {$CLEO .cs}Thread 'TELEPRT':TELEPRTwait 0 msif and0256: player $PLAYER_CHAR defined 044B: actor $PLAYER_ACTOR on_foot else_jump @TELEPRT0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to [email protected] closest_ped_to [email protected] and056E: car [email protected] defined82BF: not car [email protected] sunk8119: not car [email protected] wreckedelse_jump @TELEPRTif0AB0: key_pressed 97else_jump @TELEPRT_2072A: put_actor $PLAYER_ACTOR into_car [email protected] driverseatjump @TELEPRT:TELEPRT_2wait 0 ms if0AB0: key_pressed 98else_jump @TELEPRT0430: put_actor $PLAYER_ACTOR into_car [email protected] passenger_seat 0 jump @TELEPRT Copy and paste in SannyBuilder and hit "compile" Link to comment Share on other sites More sharing options...
n0skillg3t Posted July 5, 2011 Author Share Posted July 5, 2011 I think i love you Thank you VERY much! Link to comment Share on other sites More sharing options...
n0skillg3t Posted July 5, 2011 Author Share Posted July 5, 2011 Before i post in the Request Section, i post it here: Is it possible, to create a Mod that can spawn Vehicles that the other Player's can see too. Because when i use a Cleo Car spawner, the other player's doesn't see me in this car. I think it's because the car is client sided. Thank you for reply.. greetz n0skillg3t Link to comment Share on other sites More sharing options...
Adler Posted July 5, 2011 Share Posted July 5, 2011 I see you've found the Request Topic so keep requests there instead of making your own topic next time. Thanks. @oksa8: please Report the topic next time instead of replying. You can help our friends that request mods in the Request Topic. Locked. Link to comment Share on other sites More sharing options...
Recommended Posts