Spawn help
#1

If you registrate your self, you get the CJ skin, but i dont know how to fix that, or what the code from it is, can you help me out?


You get a +rep
Reply
#2

If you let player to choose skins then you have to add more skins on OnGameModeInit with AddPlayerClass https://sampwiki.blast.hk/wiki/AddPlayerClass
If you want set 1 skin for all player on register then find register dialog id on OnPlayerConnect and give us code for that dialog from OnDialogResponse
Reply
#3

What do i need to send?
Reply
#4

you need to change the id on default it is CJ skin change the id and put the skin id you wish to spawn. You can see all skin ids here:- https://sampwiki.blast.hk/wiki/Skins:All
Reply
#5

Sorry, but i dont know where i can change it, please help me again,

For the guys that helped me already, a +REP, Thanks for trying to help me
Reply
#6

What skin do you want ?
AddPlayerClass(SKIN_HERE, Float:X_HERE, Float:Y_HERE, Float:Z_HERE,Float: Angle_HERE, Weapon1, Ammo1, Weapon2, Ammo2, Weapon3, Ammo3);
or do /save In-Game
Reply
#7

Okay, i did AddPlayerClass(137, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

But still, if you registrate you get CJ even if you registrate as a female
Reply
#8

show me your code on pastebin pm me the link
Reply
#9

Okey try this out look what i did type in there! i
Quote:

public OnGameModeInit()
{
// Remember to change the SKIN ID and remember to change the location where to spawn like where it says //1958.33, 1343.12, And all that get the location numbers and then you put it there.
AddPlayerClass(FIND THE SKIN ID AND PUT IT IN HERE, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
return 1;
}

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)