CLEO Help Question - manual siren

CLEO related
Status
Not open for further replies.

mariokamani

Member
Joined
Feb 2, 2020
Messages
17
Reaction score
1
Location
Albania
Hello,

I need a favour.

Can this be easily updated to 0.3DL or does this need to be rewritten? I think it has sampfuncs code & I need it on 0.3DL. It's a manual siren cleo. Please let me know, thanks.

PS: Perfectly working on 0.3.7 R1 without SAMPFUNCS but I can make no use of it.
 

Attachments

  • WailManual.cs
    19.4 KB · Views: 5
  • YelpManual.cs
    19.7 KB · Views: 5
Last edited:

dphome

Well-known member
Joined
Mar 21, 2020
Messages
457
Solutions
9
Reaction score
166
Location
Poland
0.3.7-R1: 0x21A0E8
0.3DL: 0x2ACA14

For you 0.3DL (YelpManual.cs, WailManual.cs, SIRENAMANUAL.ini)
 

Attachments

  • For_mariokamani.zip
    15.4 KB · Views: 14
Last edited:
Solution

FrannDzs

Member
Joined
Jan 26, 2019
Messages
19
Reaction score
3
Thanks, can I ask you? It is similar to the problem of the friend mariokamani. I have a fastmap.cs made by Parazitas that works in 0.3dl and I want it for 0.3.7, I have changed only the memory address but it doesn't seem to work yet. What am I missing?

:HideAll
{
0.3.DL
Hide chat, hud, radar...
0AB1: @HideAll 1 status 0
}
0AA2: 1@ = "samp.dll"
1@ += 0x2ACA10
0A8D: 1@ = readMem 1@ sz 4 vp 0
1@ += 8
if
0@ == 1
then
0A8C: writeMem 1@ sz 4 vl 0 vp 1
else
0A8C: writeMem 1@ sz 4 vl 2 vp 1
end
0AB2: 0


{
0.3.DL
Hide chat, hud, radar...
0AB1: @ChatOpen 0 30@
}
0AA2: 1@ = "samp.dll"
1@ += 0x2ACA14
0A8D: 1@ = readMem 1@ sz 4 vp 0
1@ += 0x14E0
0A8D: 1@ = readMem 1@ sz 4 vp 0
0AB2: 1 1@

I have only changed the address 0x2ACA14 by 0x21A0E8
 
Status
Not open for further replies.
Top