ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1299

ESP HELP

by Criphoee - 02-16-2020 - 10:29 PM
#1
Hi, anyone have a code for Distance esp, 2D esp and weapon esp, thanks
This account is currently banned
Ban reason: Multi Account
Reply
#2
(02-16-2020 - 10:29 PM)Criphoee Wrote: Hi, anyone have a code for Distance esp, 2D esp and weapon esp, thanks
I hope your kidding. You can make this in under 5 minutes with simple natives.
Reply
#3
(02-16-2020 - 10:44 PM)magiccarpet Wrote:
(02-16-2020 - 10:29 PM)Criphoee Wrote: Hi, anyone have a code for Distance esp, 2D esp and weapon esp, thanks
I hope your kidding. You can make this in under 5 minutes with simple natives.

Been trying, but still need some help. Im not a pro
This account is currently banned
Ban reason: Multi Account
Reply
#4
(02-16-2020 - 10:52 PM)Criphoee Wrote:
(02-16-2020 - 10:44 PM)magiccarpet Wrote:
(02-16-2020 - 10:29 PM)Criphoee Wrote: Hi, anyone have a code for Distance esp, 2D esp and weapon esp, thanks
I hope your kidding. You can make this in under 5 minutes with simple natives.

Been trying, but still need some help. Im not a pro
Please still attempt to make it yourself, it might be rewarding.

Natives are real cool though because their pretty simple(to use). You dont have to know much. For example, if you want to draw a line to a player just use the native drawline.

Pretty cool :D
Reply
#5
(02-16-2020 - 10:52 PM)Criphoee Wrote:
(02-16-2020 - 10:44 PM)magiccarpet Wrote:
(02-16-2020 - 10:29 PM)Criphoee Wrote: Hi, anyone have a code for Distance esp, 2D esp and weapon esp, thanks
I hope your kidding. You can make this in under 5 minutes with simple natives.

Been trying, but still need some help. Im not a pro
You don't need to be a pro. You just need to use your head.
MD: Trident
the best  FREE GTAV mod menu
Reply
#6
(02-17-2020 - 03:49 AM)XBLxPhantom Wrote:
(02-16-2020 - 10:52 PM)Criphoee Wrote:
(02-16-2020 - 10:44 PM)magiccarpet Wrote:
(02-16-2020 - 10:29 PM)Criphoee Wrote:
Please still attempt to make it yourself, it might be rewarding.

Natives are real cool though because their pretty simple(to use). You dont have to know much. For example, if you want to draw a line to a player just use the native drawline.

Pretty cool :D
Yeah, i know, but you need more than just 1 native. you need stuff like these:

Player playerHandle = PLAYER::GET_PLAYER_PED_SCRIPT_INDEX(i);
Vector3 handleCoords = ENTITY::GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(playerHandle, 0, 0, 0);
Vector3 playerCoords = ENTITY::GET_ENTITY_COORDS(playerPed, 0);
Vector3 PlayerCoords2 = ENTITY::GET_ENTITY_COORDS(PLAYER::GET_PLAYER_PED(i), true);
Vector3 Pos3 = ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true);
Vector3 Pos1 = ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true);

Those kinda stuff is what i dont get.
This one is in my esp line, which is the only one i understand:
GRAPHICS::DRAW_LINE(Pos3.x, Pos3.y, Pos3.z, PlayerCoords2.x, PlayerCoords2.y, PlayerCoords2.z, RainbowRed, RainbowGreen, RainbowBlue, 255);
The other ones i dont really get, how you find out that they are needed to finish the line esp since there is soooo many different natives
You don't need to be a pro. You just need to use your head.
Still, if you dont know how natives work fully, it can still be a struggle when you are trying to learn it
This account is currently banned
Ban reason: Multi Account
Reply
#7
(02-17-2020 - 03:07 PM)Criphoee Wrote:
(02-17-2020 - 03:49 AM)XBLxPhantom Wrote:
(02-16-2020 - 10:52 PM)Criphoee Wrote:
(02-16-2020 - 10:44 PM)magiccarpet Wrote: Please still attempt to make it yourself, it might be rewarding.

Natives are real cool though because their pretty simple(to use). You dont have to know much. For example, if you want to draw a line to a player just use the native drawline.

Pretty cool :D
Yeah, i know, but you need more than just 1 native. you need stuff like these:

Player playerHandle = PLAYER::GET_PLAYER_PED_SCRIPT_INDEX(i);
Vector3 handleCoords = ENTITY::GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(playerHandle, 0, 0, 0);
Vector3 playerCoords = ENTITY::GET_ENTITY_COORDS(playerPed, 0);
Vector3 PlayerCoords2 = ENTITY::GET_ENTITY_COORDS(PLAYER::GET_PLAYER_PED(i), true);
Vector3 Pos3 = ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true);
Vector3 Pos1 = ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true);

Those kinda stuff is what i dont get.
This one is in my esp line, which is the only one i understand:
GRAPHICS::DRAW_LINE(Pos3.x, Pos3.y, Pos3.z, PlayerCoords2.x, PlayerCoords2.y, PlayerCoords2.z, RainbowRed, RainbowGreen, RainbowBlue, 255);
The other ones i dont really get, how you find out that they are needed to finish the line esp since there is soooo many different natives
You don't need to be a pro. You just need to use your head.
Still, if you dont know how natives work fully, it can still be a struggle when you are trying to learn it
They're pretty self explanatory usually... But this can give a bit more info  https://www.dev-c.com/nativedb/[url=https://www.dev-c.com/nativedb/][/url]
MD: Trident
the best  FREE GTAV mod menu
Reply

Users browsing: 1 Guest(s)