[SOLVED] Spectate.

Status
Not open for further replies.

Chuck

Well-known member
Joined
Jul 4, 2013
Messages
305
Reaction score
2
Location
South Africa.
THi guys.

Is there any ASI/CLEO/S0BEIT which has a function where if the admin specs me he will get the blueberry farm instead?
 

DifaAnanda40

Member
Joined
Apr 12, 2014
Messages
21
Reaction score
0
RE: Spectate.

type /syncinvi for on/off

[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]credit to Mr.Ze[/font]

[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]#mod-edit; next time please use the "edit" function. [/font]
 

Attachments

  • SyncInvisible 0.3.7 [syncinvi].cs
    18.4 KB · Views: 30

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
RE: Spectate.

DifaAnanda40 said:
type /syncinvi for on/off

Pretty much the same as sobeit's NOP onfoot data and NOP incar data (the only difference;  it's synced), but I think this isn't needed in this scenario. 



Code:
{$CLEO .cs}

{
sampPatch[] = "Disable Onfoot data" &0 0 0x3F40 "" "C3"
sampPatch[] = "Disable incar data" &0 0 0x5C40 "" "C3"
}

0662: "DISABLE SENDING DATA"
0B2E: 3@ = read_samp_memory offset 0x41E0 size 2
0B2E: 4@ = read_samp_memory offset 0x5C40 size 2

:ON
wait 0
if
key_down 112
jf @ON
print "You turned off unspec" 2000
0B2D: write_samp_memory offset 0x3F40 value 0xC3 size 2
0B2D: write_samp_memory offset 0x5C40 value 0xc3 size 2

:OFF
wait 0
if
key_down 112
jf @OFF
print "You turned on unspec" 2000
0B2D: write_samp_memory offset 0x3F40 value 3@ size 2
0B2D: write_samp_memory offset 0x5C40 value 4@ size 2
goto @ON

To turn on/off: F1
Tell me if there's something wrong.

Download in attachment.
 

Attachments

  • NOPS.cs
    18 KB · Views: 8

Chuck

Well-known member
Joined
Jul 4, 2013
Messages
305
Reaction score
2
Location
South Africa.
RE: Spectate.

I actually need it synced so I can work my way around checkpoints with teleport.
 

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
RE: Spectate.

Chuck said:
I actually need it synced so I can work my way around checkpoints with teleport.

Use the CLEO SyncInvi if you want it to sync.
 
Status
Not open for further replies.
Top