You are viewing our Forum Archives. To view or take place in current topics click here.
Guys i need help with coding, the Xnotify thing
Posted:

Guys i need help with coding, the Xnotify thingPosted:

Central-Modding
  • Resident Elite
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
hi guys when i try to add xnotify it doesnt work here is my code

Jtag.Notify(XRPC.XNotifyLogo.DOUBLE_SIDED_HAMMER, "XRPC v2.0 by Godly!");

and it comes up with XRPCLib.XRPC does not contain the definition for "XNotfiyLogo
#2. Posted:
SketchyVI
  • Challenger
Status: Offline
Joined: Nov 25, 201211Year Member
Posts: 165
Reputation Power: 7
Status: Offline
Joined: Nov 25, 201211Year Member
Posts: 165
Reputation Power: 7
You can use this I think:
Jtag.Notify("Message");

Not sure, but does convert to a kind of wide chars.
#3. Posted:
Central-Modding
  • Resident Elite
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
SketchyVI wrote You can use this I think:
Jtag.Notify("Message");

Not sure, but does convert to a kind of wide chars.

no that doesnt work ahhhhhh know one is helping!
#4. Posted:
SketchyVI
  • Challenger
Status: Offline
Joined: Nov 25, 201211Year Member
Posts: 165
Reputation Power: 7
Status: Offline
Joined: Nov 25, 201211Year Member
Posts: 165
Reputation Power: 7
I just tried? Lol, Half people on here doesn't know as well.
#5. Posted:
Hugh
  • Prospect
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Central-Modding wrote hi guys when i try to add xnotify it doesnt work here is my code

Jtag.Notify(XRPC.XNotifyLogo.DOUBLE_SIDED_HAMMER, "XRPC v2.0 by Godly!");

and it comes up with XRPCLib.XRPC does not contain the definition for "XNotfiyLogo


Ah godlys XRPC has a mistake init it's - XNotiy not XNotify

And DOUBLE SIDED HAMMER doesnt work use one like XBOX_LOGO << ( i think it's that )
#6. Posted:
Central-Modding
  • Resident Elite
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
TLH-Hugh wrote
Central-Modding wrote hi guys when i try to add xnotify it doesnt work here is my code

Jtag.Notify(XRPC.XNotifyLogo.DOUBLE_SIDED_HAMMER, "XRPC v2.0 by Godly!");

and it comes up with XRPCLib.XRPC does not contain the definition for "XNotfiyLogo


Ah godlys XRPC has a mistake init it's - XNotiy not XNotify

And DOUBLE SIDED HAMMER doesnt work use one like XBOX_LOGO << ( i think it's that )

I think i love you
I also need help with the commands and stuff my code looks like this is this right cuz it doesnt happen ingame
This is how i have my code i think its wrong

Jtag.Call(thecode)" 0 , -1 " then something else i cant remember can you tell me the right code for this

P.s you havebbeen the biggest help out pf anyone and ill rep you after asking these quesions love you for this man thanks so much
#7. Posted:
Hugh
  • Prospect
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Central-Modding wrote
TLH-Hugh wrote
Central-Modding wrote hi guys when i try to add xnotify it doesnt work here is my code

Jtag.Notify(XRPC.XNotifyLogo.DOUBLE_SIDED_HAMMER, "XRPC v2.0 by Godly!");

and it comes up with XRPCLib.XRPC does not contain the definition for "XNotfiyLogo


Ah godlys XRPC has a mistake init it's - XNotiy not XNotify

And DOUBLE SIDED HAMMER doesnt work use one like XBOX_LOGO << ( i think it's that )

I think i love you
I also need help with the commands and stuff my code looks like this is this right cuz it doesnt happen ingame
This is how i have my code i think its wrong

Jtag.Call(thecode)" 0 , -1 " then something else i cant remember can you tell me the right code for this

P.s you havebbeen the biggest help out pf anyone and ill rep you after asking these quesions love you for this man thanks so much


Know this like the back of my hand

Jtag.Call(0x82254940, -1, 0, "s nuke_timer 999"
Or
Something like Jtag.call(0x82254940, -1, 0, "J 203044 484 ")

They won't work but they are examples .... When I get home tonight ill PM you a bit of my source code from my XRPC
#8. Posted:
Central-Modding
  • Resident Elite
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
TLH-Hugh wrote
Central-Modding wrote
TLH-Hugh wrote
Central-Modding wrote hi guys when i try to add xnotify it doesnt work here is my code

Jtag.Notify(XRPC.XNotifyLogo.DOUBLE_SIDED_HAMMER, "XRPC v2.0 by Godly!");

and it comes up with XRPCLib.XRPC does not contain the definition for "XNotfiyLogo


Ah godlys XRPC has a mistake init it's - XNotiy not XNotify

And DOUBLE SIDED HAMMER doesnt work use one like XBOX_LOGO << ( i think it's that )

I think i love you
I also need help with the commands and stuff my code looks like this is this right cuz it doesnt happen ingame
This is how i have my code i think its wrong

Jtag.Call(thecode)" 0 , -1 " then something else i cant remember can you tell me the right code for this

P.s you havebbeen the biggest help out pf anyone and ill rep you after asking these quesions love you for this man thanks so much


Know this like the back of my hand

Jtag.Call(0x82254940, -1, 0, "s nuke_timer 999"
Or
Something like Jtag.call(0x82254940, -1, 0, "J 203044 484 ")

They won't work but they are examples .... When I get home tonight ill PM you a bit of my source code from my XRPC

hey dude yh i have that in one of my codes but it doesnt work nothing happens it comes up with nothing example infinite ammo and it doesnt work
#9. Posted:
ZZ9_x_iHaXoRZz
  • Winter 2022
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
I don't recommend you using xNotify as it does crash the tool a lot but if you want to use you use Jtag.Notify("Message"); .
#10. Posted:
Central-Modding
  • Resident Elite
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 269
Reputation Power: 11
ZZ9_x_iHaXoRZz wrote I don't recommend you using xNotify as it does crash the tool a lot but if you want to use you use Jtag.Notify("Message"); .


ok thanks but what i need help with is i need the code things for my jtag to call
e.g: JtagRPC.Call(0x00000000, -1, 0, "c \"UFO mode enabled\"");

i need the code things that replace the zeros for loads of dvars
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.