Resource icon

CLEO Release Coord-Save Teleporter.cs

CLEO related
Status
Not open for further replies.

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
[glow=green,2,300]Coord-Save Teleporter[/glow]

-By Default it contains 5 Slots ( C1 -> C5 )
-So today i release my CLEO  "Coord-Saved Teleporting" .. to respond to this Request (http://goo.gl/BzpBGV) .. this is better because it saves in-game not from .INI like that .. so  :dont_care:

-Special Thanks to [member=111]springfield[/member]  .. without him this can never be done  :yesyes:

-You need SAMPFUNCs at least 3.0 for it to work
: Get SAMPFUNCS from here : http://ugbase.eu/releases/(plugin)-sampfuncs-3-1-by-fyp-(0-3z)/

-There are 5 slots for it to save and load ...

-Instruction:
+Write CMD : /c1save to save coordinate ... /c2save ... /c5save.

+Write CMD: /c1load to teleport to the coordinate that you've saved before ..../c2load .... /c5load.

( C1save = C1Load, C2save = C2load, ...... C5save = C5load. )
-----------------------------------------------------------------------------------------

-If you want to have more slots in Coordinate .. Feel free to PM me .. i'll make it for you
:somuchwin:
 

Attachments

  • CTele.rar
    7.6 KB · Views: 147

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Ye ... I've tested it at some RP servers ... works perfectly without being banned  :forever_hurra:
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Just "Server Closed Connection" buddy  :table_flip:
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Bagus_Rianto link said:
Works perfectly :urtheman:
Thanks for your reply  :forever_opcode_alone:
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
:challenge_accepted:
Xer link said:
Just "Server Closed Connection" buddy  :table_flip:
"Server Closed Connection"? I think it is about SAMP not CLEO ...
I haven't seen any CLEOs that cause a problem like that  :bawww:
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Xer link said:
Just "Server Closed Connection" buddy  :table_flip:
The anticheat kicked you because you were teleporting.
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
*Dont load coords if you dont save them first ... it will bring you to the Blueberry Farm ( You could be desync  :hellno: )
 

xRenji

Active member
Joined
Nov 14, 2013
Messages
38
Reaction score
0
Could you make a version which works with numpad? Actually admins can check commands typed in, so they can detect that and ask you what's that.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Maybe add a ini to save coords, and a condition to check if XYZ are not 0.0.
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
springfield link said:
Maybe add a ini to save coords, and a condition to check if XYZ are not 0.0.
Or maybe something like this:
0B34: samp register_client_command "save1" to_label @1
0B34: samp register_client_command "load1" to_label @2

:LOOP
wait 0
jump @LOOP

:1
wait 0
Actor.StorePos($PLAYER_ACTOR, 1@, 2@, 3@)
4@ = 1
SAMP.CmdRet
jump @LOOP

:2
wait 0
if
4@ == 1
jf @A
Actor.PutAt($PLAYER_ACTOR, 1@, 2@, 3@)
SAMP.CmdRet
jump @LOOP

:A
wait 0
0AF8: samp add_message_to_chat "{1B7DBF}Couldn't load the position, save it first!" color 0xFFFFFF
SAMP.CmdRet
4@ = 0
jump @LOOP
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Thanks TH3RM4L , now i understand how to make the condition not to load coord 0.0. :somuchwin:
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
xRenji link said:
Could you make a version which works with numpad? Actually admins can check commands typed in, so they can detect that and ask you what's that.
Hm... I'll consider about it ... and which keys do you want it to load and save ? and how many slots do you want ?
 

xRenji

Active member
Joined
Nov 14, 2013
Messages
38
Reaction score
0
D.Kay link said:
[quote author=xRenji link=topic=7640.msg43373#msg43373 date=1402066633]
Could you make a version which works with numpad? Actually admins can check commands typed in, so they can detect that and ask you what's that.
Hm... I'll consider about it ... and which keys do you want it to load and save ? and how many slots do you want ?
[/quote]
Let's say 3 slots, saves on Numpad 7,8,9 and loading on Numpad 4,5,6.
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Ok i'll make it for you ...I'll make it after at least 2 hours later ..
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
xRenji link said:
[quote author=D.Kay link=topic=7640.msg43442#msg43442 date=1402101433]
[quote author=xRenji link=topic=7640.msg43373#msg43373 date=1402066633]
Could you make a version which works with numpad? Actually admins can check commands typed in, so they can detect that and ask you what's that.
Hm... I'll consider about it ... and which keys do you want it to load and save ? and how many slots do you want ?
[/quote]
Let's say 3 slots, saves on Numpad 7,8,9 and loading on Numpad 4,5,6.
[/quote]

Tell me if it works or not .
 

Attachments

  • CTele(Numpad).cs
    19.4 KB · Views: 38

loclots

Member
Joined
May 20, 2014
Messages
14
Reaction score
0
Now i have verymuch materials by using this :forever_hurra:
 
Status
Not open for further replies.
Top