How do i add the new 0.3.7 skins
#1

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

They are the same as other skins.
Reply
#3

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

change the skin limits from 299 to 311?
Reply
#5

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

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,
Reply
#7

How about if i never added skins before? -.-
Reply
#8

https://sampwiki.blast.hk/wiki/AddPlayerClass
https://sampwiki.blast.hk/wiki/SetPlayerSkin
Reply
#9

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.
Reply
#10

Never mind i got it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)