Advertising
Navigation
Information

GTA San Andreas Mods

:

CLEO Modifications

Teleportation Mod


Author: wijdan
Date: 11.06.2019
Downloads: 10254 | Statistics
Filesize: 13.221 KB

Rating:
10.00 based on 7 votes

Hy friends
This is my second mod after my first mod.This mod is about teleportation i have added locations of every city in this mod so you can teleport there.you can also teleport to a marker by typing MARKER in the game
you can activate the menu by pressing backspace.
All the other instruction which are needed will be shown on the screen after you press BACKSPACE.

This mod is still in developement and in the next version i am going to be bringing a huge selection of things and it is a part of a big mod which will also be released soon.Instructions for installation is in archive.
Comment down below some cool ideas for my upcoming CHEAT MENU
and also comment any bugs
Also dont use any mod with following global variables

$WEWEWEWEWEWEWEW
$XCORDOFTELEPORTATION
$YCORDOFTELEPORTATION
$ZCORDOFTELEPORTATION
EDIT sorry for a large flaw in this mod that i forgot to put the FXT file in it but now there is one.


Advertising
Download
DOWNLOAD
Virus Detection Ratio: 0% (0/56)
See Virus Scan Report
Advertising
Report
Mod Report

Are you the owner of this mod? If someone has stolen your work, you can make a request for removing this mod.

Report this mod

Screenshots
Videos
Add a Youtube video

16 comments found
Name:


Comment text:


reload, if the code cannot be seen

Attention:
You need to be registered and signed in to post comments!
benshaoye
"Vic"
Vic
Comments: 0
Profile
Message
11.06.2019, 14:37

good


smartsh
"Vic"
Vic
Comments: 0
Profile
Message
13.06.2019, 09:40

biggrinbyecraycrazyon_the_quietbbdashdashDirolgoodLaughlolroflsarcastic_handscareshoksmilesorrystoptonguewinkyeshunter


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
19.06.2019, 15:03

If this mod is not showing anything when you press backspace thats is due to my ignorance if havent added the fxt file so if you are having that problem then dont worry it is added not.biggrin


Ayush007bond
"Vic"
Vic
Comments: 0
Profile
Message
23.06.2019, 15:39

Hey I would suggest that you keep some cheat for the activation of your upcoming cheat menu because due to some reason in my laptop, key combination cleo mods doesn't workcray. And i am in a desperate need of a cheat menu which i may be able to use. It'll be very helpful if you do so.


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
24.06.2019, 09:13

@Ayush007bond
Are you using a my mod which is not opening at this time you can change the keys to open it.
all you need is a software called sanny builder to open the mod and change the number if you dont know how to do this reply me and i will tell you a simple method to do this.
Regards
Wijdan


Ayush007bond
"Vic"
Vic
Comments: 0
Profile
Message
24.06.2019, 10:39

It's not your mod which is not working, your mod is superb the activation key that is the backspace key is activating the menu all good and the locations teleport works very well. Your mod and Jepeto's all weapons mod are the only key press mods which are working fine in my laptop but some other mods like cheat menu created by someone else or many other key press activated mods are not working. Other mods which need cheat as an activation are working very well in my device, that was the reason i suggested you to have any cheat as an activation for your upcoming cheat menu.
Thanks for the mod though


Ayush007bond
"Vic"
Vic
Comments: 0
Profile
Message
24.06.2019, 10:48

I think there is a bug in the mod, i typed 'MARKER' to teleport to the marker which i placed on the map and my player was in that location but i was not able to move, fire or type any cheat code, all i could do was just to use the menu to teleport somewhere and i found that after teleporting using the menu i could move my player again. I would be grateful if you fix this bug.
Thanks


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
26.06.2019, 05:41

@Ayush007bond
I will look into this very quickly because when i was testing it was running AF but i will see.bye


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
20.08.2019, 16:00

Should i convert it to android?biggrin


fan script
"Vic"
Vic
Comments: 0
Profile
Message
18.03.2020, 09:04

hey brobye
i see that you are very good scripter
like me
an i see that you use global variables
not declared globar var making crash in game proggress
like cj move on streets and crash, games
you can use globar var but must be declared

how to do
litle method
$ run [34579] = 9999999 // var fix
(this is a small hack replacing all faulty variables in your script with those declared by main scm)
if you want sending parameters
use opcodes
0ab3:
and
0ab4:
remember
use local var from 1 @ to 31 @
32 @ and 33 @ = counters
if you want can help you

nice mod
more more


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
19.03.2020, 06:59

Hey,
Thank you.
I know I should use local variables instead of global variables, the reason that I did'nt used them is that this mod that I created is very old. The time I was coding it I knew a little about CLEO that's why I used gloabal variables. I am going to update the code of this mod.

By the way,
A huge fan of your mods.
Regards Wijdan AKA GhostPlayer669biggrin


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
19.03.2020, 07:08

@fan script
Hy,
Can I ask for a little help.
Can you please tell me how to run another cleo script from another script.
For example I want to start a script that allow walking on the water from another script.
Sorry for my broken English


fan script
"Vic"
Vic
Comments: 0
Profile
Message
19.03.2020, 07:53

@Wijdan

yes this very easy

0A92: opcode
or func

you know
method 1 start other script

opcode 0a92: "path:folderscripts.cs"

method 2 adwanced run script in the same script

like

call 2 param (func) > lebel > (mod)


:mod
=============
thread

=============

:func
adw func to run script


Wijdan
"Vic"
Vic
Comments: 0
Profile
Message
19.03.2020, 09:03

@fan script
I know the opcode 0A92, But everytime i try to start any external script my game just crash, I also dont know how to transfer value data from one script to another.
Could you please send me an example script, that would be very helpful.
Thanks In Advance.good


fan script
"Vic"
Vic
Comments: 0
Profile
Message
19.03.2020, 10:31

@Wijdan

boy you use this method or what

download scrlog plugin and heck bugs

0A92: create_custom_thread "modwalk_water.CS"
like script in mod folder

0A92: create_custom_thread "walk_water.CS"
like script in cleo folder


fan script
"Vic"
Vic
Comments: 0
Profile
Message
19.03.2020, 10:40

 Quote: Wijdan

@fan script
I know the opcode 0A92, But everytime i try to start any external script my game just crash, I also dont know how to transfer value data from one script to another.
Could you please send me an example script, that would be very helpful.
Thanks In Advance.good


transfer value to onother script

use ini file
use opcodes 0ab3: and 0ab4:
use 0a92: "________" > send param to other script > as 0@ 1@ 2@ 3@ 4@


reading in other script

as 0@ 1@ 2@ 3@ 4@

like call scm func

hey bro i have
vindows xp and vista and you?
me work all without any problem
bye