@JohnFromGWN You dont need to understand. I know how to spawn vehicles and peds but i want to know that for exemple a car seller. That i can check ok the ped is sitting in a adder so when i want to sell it i get the amount of money.

CodeMunk
View profile on GTA5-Mods.com »
0
Reputation
3
Posts
437
Profile views
0
Followers
0
Following
Posts made by CodeMunk
-
RE: [Coding] Check if character vehicle is for exemple a bullet
-
RE: [Coding] Check if character vehicle is for exemple a bullet
@JohnFromGWN Yes i didi but i don`t know how to use it ^^
-
[Coding] Check if character vehicle is for exemple a bullet
Hello,
im sorry if this post in in the wrong section so pls move it when its wrong.
My question is: how i can check that the character car is a specific vehicle for exemple a bullet?Exemple c#:
if(Game.Player.Character.CurrentVehicle == Vehicle hash for exemple bullet)
{
//code
}