Posts: 501
Threads: 142
Joined: Jun 2013
Reputation:
0
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
Posts: 162
Threads: 16
Joined: Jan 2014
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
Posts: 501
Threads: 142
Joined: Jun 2013
Reputation:
0
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
Posts: 438
Threads: 54
Joined: Mar 2013
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
Posts: 501
Threads: 142
Joined: Jun 2013
Reputation:
0
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
Posts: 438
Threads: 54
Joined: Mar 2013
show me your code on pastebin pm me the link
Posts: 69
Threads: 17
Joined: Mar 2014
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;
}
|