Need some help.
#1

I want to have it to when people are selecting their skin with the arrows they can see the skin that it is currently on and when they press next it goes to the next. etc.
Reply
#2

There are a few tutorials on class selections and what not try using the search function to search for a tutorial or filterscript. I would prefer tutorial because it's good to make something by yourself

EDIT: Or use AddPlayerClass

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

Add this under GameModeInit to get all skins, and remove all other AddPlayerClass, then change the coords and weapons to your own
pawn Код:
for(new c=0; c<300; c++)
{
    AddPlayerClass(c, 1954.9156, 1342.8690, 15.3746, 270.0000, 0, 0, 0, 0, 0, 0);
}
Add this under OnPlayerRequestClass
pawn Код:
SetPlayerPos(playerid, 1951.9122, 1342.9631, 15.3746);
SetPlayerFacingAngle(playerid, 270.0000);
SetPlayerCameraPos(playerid, 1954.9122, 1342.9631, 15.3746);
SetPlayerCameraLookingAt(playerid, 1951.9122, 1342.9631, 15.3746);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)