13.07.2009, 17:48
You add skins with AddPlayerClass
https://sampwiki.blast.hk/wiki/AddPlayerClass
And you don't see the skins, because you probably copied the OnPlayerRequestClass from the pawno blank gamemode, where the player and camera coordinates are the same and therefor the camera is inside the player, that's why you can't see it. Just move the cam - change the coords a little
https://sampwiki.blast.hk/wiki/AddPlayerClass
And you don't see the skins, because you probably copied the OnPlayerRequestClass from the pawno blank gamemode, where the player and camera coordinates are the same and therefor the camera is inside the player, that's why you can't see it. Just move the cam - change the coords a little

