24.01.2018, 11:53
Hello, I've applied custom skin ID to an actor and already placed addcharmodel in artconfig file. Skin does load on player skin via SetPlayerSkin, but actor doesn't seem to be created at all.
i 've tried to see ID of created actor with this:
actor = createactor ( 25002, x, y, z, a );
printf ( "%d", actor );
console returns: 0 < all the time
i 've tried to see ID of created actor with this:
actor = createactor ( 25002, x, y, z, a );
printf ( "%d", actor );
console returns: 0 < all the time