Functions
Client-side functions
iCore.player.getData
local player = iCore.player.getData()
print(json.encode(player))iCore.player.freezee
local playerId = PlayerId()
-- freeze
local player = iCore.player.freeze(playerId, true)
-- un freeze
local player = iCore.player.freeze(playerId, false)iCore.player.spawn
-- spawn data
local data = {}
-- required
data['x'] = 0.0; data['y'] = 0.0; data['z'] = 0.0; data['heading'] = 0.0;
-- spawn
iCore.player.spawn(data)iCore.player.openCharacterCreator
iCore.player.setCharacterData
shapeFirstID, shapeSecondID, skinFirstID, skinSecondID, shapeMix, skinMix
hairStyle, hairColor1, hairColor2
beardStyle, beardOpacity, beardColor
eyeBrownStyle, eyeBrownOpacity, eyeBrownColor
eyeOpening, lipThickness, eyeColor, lipstickStyle, lipstickOpacity, lipstickColor
noseWidth, nosePeakHight, nosePeakLenght, noseBoneHigh, nosePeakLowering, noseBoneTwist
cheeksBoneHigh, cheeksBoneWidth, cheeksWidth
chimpBoneLowering, chimpBoneLenght, chimpBoneWidth, chimpHole
neckThickness
blemishesStyle, blemishesOpacity
complexionStyle, complexionOpacity
ageingStyle, ageingOpacity
blushStyle, blushOpacity, blushColor
makeupStyle, makeupOpacity
torsosStyle, torsosTexture
undershirtsStyle, undershirtsTexture
topsStyle, topsTexture
legsStyle, legsTexture
shoesStyle, shoesTexture
accessoryStyle, accessoryTexture
masksStyle, masksTexture
hatStyle, hatTexture
glassStyle, glassTexture
earStyle, earTexture
watchStyle, watchTexture
braceletStyle, braceletTexture
iCore.blip.create
iCore.shared.functions.closestPlayer
iCore.shared.functions.enumerateObjects
iCore.shared.functions.enumeratePeds
iCore.shared.functions.enumerateVehicles
iCore.shared.functions.enumeratePickups
iCore.shared.functions.loadModel
iCore.shared.functions.deleteEntity
iCore.shared.functions.pedSilent
iCore.shared.functions.playAnim
iCore.ui.send
iCore.ui.copy
iCore.vehicle.spawn
iCore.vehicle.customs
maxSpeed
health
engine
petrol
plate
plateIndex
dirtLevel
colorPrimary, colorSecondary
colorPearlescent, colorWheel
colorInterior
colorDashboard
windowTint
neonEnabled
extras
neonColor
modSmokeEnabled
tyreSmokeColor
modSpoilers
modFrontBumper
modRearBumper
modSideSkirt
modExhaust
modFrame
modGrille
modHood
modFender
modRightFender
modRoof
modEngine
modBrakes
modTransmission
modHorns
modSuspension
modArmor
modNitrous
modTurbo
modSubwoofer
modHydraulics
modXenon
xenonColor
modFrontWheels
modBackWheels
modPlateHolder
modVanityPlate
modTrimA
modOrnaments
modDashboard
modDial
modDoorSpeaker
modSeats
modSteeringWheel
modShifterLeavers
modAPlate
modSpeakers
modTrunk
modHydrolic
modEngineBlock
modAirFilter
modStruts
modArchCover
modAerials
modTrimB
modTank
modWindows
modDoorR
modLivery
modLightbar
iCore.vehicle.isFront
Last updated