function getPlayerVisual (server-side)
Available since version: 0.3.0
This function will return the player's visual information as a table, or nil if unavailable.
Declaration
{bodyModel, bodyTexture, headModel, headTexture, teethTexture, skinColor}|nil getPlayerVisual(number player_id)
Parameters
numberplayer_id: Target player id.
Returns {bodyModel, bodyTexture, headModel, headTexture, teethTexture, skinColor}|nil
Table with visual data or nil.