SA-MP Forums Archive
How do i add the new 0.3.7 skins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How do i add the new 0.3.7 skins (/showthread.php?tid=581024)



How do i add the new 0.3.7 skins - sharmarke - 10.07.2015

How do i add the new skins into the server its a roleplay gamemode


Re: How do i add the new 0.3.7 skins - Abagail - 10.07.2015

They are the same as other skins.


Re: How do i add the new 0.3.7 skins - sharmarke - 10.07.2015

Im asking how do i add it like ...im not sure


Re: How do i add the new 0.3.7 skins - JaydenJason - 10.07.2015

change the skin limits from 299 to 311?


Re: How do i add the new 0.3.7 skins - liquor - 10.07.2015

Exactly like you would add any other skin. https://sampwiki.blast.hk/wiki/Skins:037


Re : How do i add the new 0.3.7 skins - KillerDVX - 10.07.2015

You do the same thing as you're doing in others skins.

Under OnGameModeInit, you add :

AddPlayerClass(skin, Float, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)

Check this out : https://sampwiki.blast.hk/wiki/AddPlayerClass

KillerDVX,



Re: How do i add the new 0.3.7 skins - sharmarke - 10.07.2015

How about if i never added skins before? -.-


Re: How do i add the new 0.3.7 skins - liquor - 10.07.2015

https://sampwiki.blast.hk/wiki/AddPlayerClass
https://sampwiki.blast.hk/wiki/SetPlayerSkin


Re: How do i add the new 0.3.7 skins - Michael B - 10.07.2015

Change this line:
PHP код:
if(skinid || skinid 299
to
PHP код:
if(skinid || skinid 311
from your command.

The line may not be exactly the same as yours, but it's similar.


Re: How do i add the new 0.3.7 skins - sharmarke - 10.07.2015

Never mind i got it