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
 2107

GTA V Code Request

by DJXbox - 11-08-2018 - 02:16 PM
#1
Hello,
some has the code for fix and wash car loop?
This account is currently banned
Ban reason: Multi
Reply
#2
Hello TIm :D
:D :D :D
DISCORD: geazyclown
Reply
#3
(11-08-2018 - 02:16 PM)DJXbox Wrote: Hello,
some has the code for fix and wash car loop?

http://www.dev-c.com/nativedb/
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#4
thanks but do you have the code for fade rgb color :o
This account is currently banned
Ban reason: Multi
Reply
#5
Slight work, try it yourself it is infact on the native db. If you truely can't figure it out I will give you the code.
Reply
#6
and hello i need Dominik :D
This account is currently banned
Ban reason: Multi
Reply
#7
i cant find it "MikeLento" :o
This account is currently banned
Ban reason: Multi
Reply
#8
Code:
//vars
int red;
int green;
int blue;
static int Color[] = { red, green, blue };

//loop this

red = GET_RANDOM_INT_IN_RANGE(0, 255);
green = GET_RANDOM_INT_IN_RANGE(0, 255);
blue = GET_RANDOM_INT_IN_RANGE(0, 255);
menuCol.r = Color[0];
menuCol.g = Color[1];
menuCol.b = Color[2];
Reply
#9
PhucedMODZ thanks boy :)
This account is currently banned
Ban reason: Multi
Reply
#10
Code:
void FixVeh() {
int CurrentVeh = PED::GET_VEHICLE_PED_IS_IN(PLAYER::PLAYER_PED())
VEHICLE::SET_VEHICLE_DEFORMATION_FIXED(CurrentVeh)
VEHICLE::SET_VEHICLE_FIXED(CurrentVeh)
VEHICLE::SET_VEHICLE_DIRT_LEVEL(CurrentVeh, 0);
VEHICLE::SET_VEHICLE_ENGINE_HEALTH(CurrentVeh, 1000.0f);
}

Just call it in a loop, i wrote this on my phone In class, I double checked for errors so lmk if there is any.
Reply

Users browsing: 1 Guest(s)