CLEO Help Cleo Spawn Car Samp ?

CLEO related
Status
Not open for further replies.

provip12q

Active member
Joined
Jun 21, 2013
Messages
33
Reaction score
0
Cleo Spawn Any Car in Samp
cleos for multiplayer , but nobody see car . is this possible ?


sorry my english , use translate.google.com :D :D:D
 

vishalR

Active member
Joined
Mar 24, 2013
Messages
26
Reaction score
0
I think there's a cleo spawner for cars, but it will dectable by the server. Your own risk to be banned.
 

Monstercat

Well-known member
Joined
Feb 26, 2013
Messages
281
Reaction score
5
Try this...

Code:
:spawncar
0B35: samp 5@ = get_last_command_params
if 0AD4: 5@ = scan_string 5@ format "%d" 6@ //IF and SET
then
    if 5@ >= 0
    then
        0B3D: raknet 1@ = new_bit_stream
        0B40: raknet bit_stream 1@ write 6@ type BS_TYPE_INT size 4
        0B41: raknet send_rpc RPC_VEHICLEDESTROYED bit_stream 1@ priority PRIORITY_HIGH reliability RELIABLE_SEQUENCED ordering_channel 0 shift_timestamp false
        0B3E: raknet delete_bit_stream 1@
        0AF8: samp add_message_to_chat "[RPC] {EAEAEA}Respawn Car ID {00CCFF}%d" 0x00CCFF 6@
    end
end
0B43: cmd_ret
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
[quote author="xzytro"]Are you sure that this will be visible in other players' screens as well ? By looking at your thread it will not be visible, and so if you were above a train you will look like airbreaking in front of everybody else. But i might be mistaking idk. Somebody should verify it.
http://ugbase.eu/topic3203.html

if you make cleo ???[/quote]
You can not spawn cars, you can only teleport them near you. So, you will not get a car in an empty server.
If you want to teleport cars near you, click this link ==> >>Click Me!<<
But be careful, you can easily get banned.
 
Status
Not open for further replies.
Top