CreateClass Gta Samp
#1

How To Create Skin In Gta Samp Server
Please.... Thank You
Reply
#2

https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply
#3

If you mean how to pick a skin upon player joining the server then refer to the sa-mp wiki - https://sampwiki.blast.hk/wiki/AddPlayerClass - that should help you and if you mean something else just reply here
Reply
#4

SetPlayerSkin(playerid, skin);
Only between 0 and 299, if you put numbers that aren't between those numbers the player will crash.
Reply
#5

Код HTML:
//Random skin if player spawns. Under onplayerspawn:

new randomskin=random(299);
SetPlayerSkin(playerid, randomskin);

//AddPlayerClass, so you can select skins:
AddPlayerClass(120, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)