Resource icon

CLEO Release [CLEO]Spawn.cs

CLEO related
Status
Not open for further replies.

Sunny_Forelli

Active member
Joined
May 13, 2013
Messages
85
Reaction score
0
Hi. This is my first CLEO mod release 
It's nothing special, but sometimes very useful :stoned:

With this simple mod, you can spawn yourself (You need SAMPFUNCS!).
Download is in the attachment.

Activation: [ * ] (NUMPAD)


Enjoy!
 

Attachments

  • SPAWN.cs
    17.2 KB · Views: 497

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
First cleo, sounds cool, hope you will continue  :urtheman:



Code:
// This file was decompiled using SASCM.INI published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
thread 'SPAWN' 

:SPAWN_11
wait 0 
if and
   not Actor.Driving($PLAYER_ACTOR)
key_down 106 
else_jump @SPAWN_11 
SAMP.Spawn
print "~G~GESPAWNT!" 1000 
018C: play_sound 1084 at 0.0 0.0 0.0 
wait 250 
jump @SPAWN_11

Lol why do you need to "ENCRYPT" this ? Will you encrypt everything you made ? That's shameful.
 

Commander

Active member
Joined
Jan 23, 2014
Messages
49
Reaction score
0
yea its usefull when theres no admin is server and we need a spawn :D thank yuh ;)
 

Sunny_Forelli

Active member
Joined
May 13, 2013
Messages
85
Reaction score
0
xzytro link said:
Lol why do you need to "ENCRYPT" this ? Will you encrypt everything you made ? That's shameful.


What about it?  :imoverit:
I wanted to try it out just once and I would publish the source code anyway.
 

Junellz

Member
Joined
Apr 3, 2014
Messages
17
Reaction score
0
When I Press * On Numpad it just gives me opcodes but it doesnt spawn me please help  :yesyes:  :bawww:
 

iiZor

Active member
Joined
Feb 14, 2014
Messages
34
Reaction score
0
Can you change the key to something else, like ALT + * (numpad) ?
Or maybe give me a brief guide on how to edit just that, I suppose you can edit the .ASI file with sanny builder (or whatever.) and I assume changing the key is straightforawrd.
 
Status
Not open for further replies.
Top