natives.SET CHAR SCALE

Revision as of 17:12, 11 June 2026 by Roxas (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = vc |type = function |name = natives.SET_CHAR_SCALE |parameters = int ped, float scale |parameter1 = int ped The character (ped) to scale |parameter2 = float scale Scale factor (1.0 = normal, 0.5 = half size, 2.0 = double) |usage = Scale a character's model in Vice City. Useful for visual effects, minified characters, or oversized enemies. |notes = Affects the visual size of the ped model. Does not affect collision or physics. Valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

natives.SET_CHAR_SCALE

Signature: void natives.SET_CHAR_SCALE(int ped, float scale)

Usage: Scale a character's model in Vice City. Useful for visual effects, minified characters, or oversized enemies.

Parameters

int ped The character (ped) to scale
float scale Scale factor (1.0 = normal, 0.5 = half size, 2.0 = double)

Return

void

On failure: void