CLEO Help Need help to save red checkpoints' coordinate to text file

CLEO related
Status
Not open for further replies.

TS0W2

New member
Joined
May 14, 2017
Messages
3
Reaction score
0
As title, I want to save the red checkpoints' coordinate to a text file in order to make a auto driver script. Can someone help me ?  :D
 

TS0W2

New member
Joined
May 14, 2017
Messages
3
Reaction score
0
Absinthe said:
i feel something bout this, r u using it on a roleplay server?

Yes  :D


Opcode.eXe said:
Just get the checkpoint pos and save the floats into a file? o_O

Thanks so much. But I got another problem.
I make a cleo that uses a command of another cleo. But when I use 
0AF9: samp say_msg "/xlayvatlieu"
then nothing happens but only the message "Unknown command" is added to chat.  The "/xlayvatlieu" command is from a cleo, not is a server's command. What I have to do right now ? Plz help me
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
935
Location
Lithuania
TS0W2 said:
Absinthe said:
i feel something bout this, r u using it on a roleplay server?

Yes  :D


Opcode.eXe said:
Just get the checkpoint pos and save the floats into a file? o_O

Thanks so much. But I got another problem.
I make a cleo that uses a command of another cleo. But when I use 
0AF9: samp say_msg "/xlayvatlieu"
then nothing happens but only the message "Unknown command" is added to chat.  The "/xlayvatlieu" command is from a cleo, not is a server's command. What I have to do right now ? Plz help me



If you want run other cleo using cleo , then just use.:
[shcode=cpp]
0C8F: samp process_chat_input "/save"

[/shcode]
 
Status
Not open for further replies.
Top