CLEO Help [CLEO] Weather

CLEO related
Status
Not open for further replies.

DjFox

Member
Joined
Mar 29, 2015
Messages
17
Reaction score
1
Hi guys there is any opcode to get current server's weather?
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,161
Solutions
5
Reaction score
894
Location
Lithuania
just use.:
01B6: set_weather 10
and you always see good weather.
 

Attachments

  • AlwaysGoodWether.cs
    17.2 KB · Views: 49

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
Here you GO!

Type in chat  /wc [Weather id] it will prevent the system to change the weather from the server and it it will agree from player choice.
 

Attachments

  • Changer.cs
    17.8 KB · Views: 56

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
Husnain said:
Here you GO!

Type in chat  /wc [Weather id] it will prevent the system to change the weather from the server and it it will agree from player choice.

he wants to get the current weather id, Not to set weather.. I think he wanna create a debugger or smthing which will inform you about the weather id.
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,161
Solutions
5
Reaction score
894
Location
Lithuania
0x32789 said:
Husnain said:
Here you GO!

Type in chat  /wc [Weather id] it will prevent the system to change the weather from the server and it it will agree from player choice.

he wants to get the current weather id, Not to set weather.. I think he wanna create a debugger or smthing which will inform you about the weather id.

yes, you rightly saying.
 

rscaerzx

Member
Joined
May 2, 2013
Messages
8
Reaction score
2
Code:
0A8D: 0@ = read_memory 0xC81320 size 4 virtual_protect 0
0AD1: show_formatted_text_highpriority "Current Weather: %d" time 5000 0@

https://www.gtamodding.com/wiki/Memory_Addresses_(SA)#Weather_Codes
 
Status
Not open for further replies.
Top