ItsMods

Full Version: Current Map Offset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the current map name for correct vision settings.
(For example on mp_dome i change the vision to "mp_dome" if the vision was changed before)
It's annoying to search for that address everytime the server is updated.

So my question is:
How do i make a sig scan for a specific address?

The address for current_map on server version 1.9.441 is 0x01FBB30D.

Hopefully someone can help me with this.
(09-02-2012, 19:06)Gravzy Wrote: [ -> ]Ask Barata, he might be able to help, im not sure.

thx, but i am posting this here because maybe there are other people who want to know this too.
Code:
GetDvar("mapname");

?.......
(09-02-2012, 19:32)Nukem Wrote: [ -> ]
Code:
GetDvar("mapname");

?.......

Why use the easy way when there is a hard way LOL
(09-02-2012, 19:35)zxz0O0 Wrote: [ -> ]
(09-02-2012, 19:32)Nukem Wrote: [ -> ]
Code:
GetDvar("mapname");

?.......

Why use the easy way when there is a hard way LOL

correct xD

Somehow i didn't know that there is a dvar for that LOL

However i would still like to know how to make a sig scan, if someone is willing to tell ^^
(09-02-2012, 19:39)Deviler86 Wrote: [ -> ]
(09-02-2012, 19:35)zxz0O0 Wrote: [ -> ]
(09-02-2012, 19:32)Nukem Wrote: [ -> ]
Code:
GetDvar("mapname");

?.......

Why use the easy way when there is a hard way LOL

correct xD

Somehow i didn't know that there is a dvar for that LOL

However i would still like to know how to make a sig scan, if someone is willing to tell ^^
I would also love to know about this
Why in the world would you need a sign scan? Just use the getDvar("mapname") feature.
He just wants to know how to make signature scans for *anything*