[HELP] Creating Online Character with customizations RPH
-
Hello! I want to create an online ped with customizations, can you help with natives that are used to do this. For example, which native function should I use to apply facial features, nose shape etc...
NativeDB: http://www.dev-c.com/nativedb/
-
void _SET_PED_FACE_FEATURE(Ped ped, int index, float scale)
Sets the various freemode face features, e.g. nose length, chin shape. Scale ranges from -1.0 to 1.0.
index appears to be from 0-20This is for FACIAL FEATURES, where I can FIND WHICH FACE PART HAS WHICH INDEX?