Skin @ spawn screen
#1

I have made teams etc.Police and Grove.
Now I want to add skins at the spawn screen.What do I do?




PS

Please see my other help topic,open for long.
https://sampforum.blast.hk/showthread.php?tid=508904
Reply
#2

you need to use this
https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply
#3

I assume class selction?
https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply
#4

Well I know AddPlayerClass thats how I added skins.But I am talking about when I am @ spawn screen.
Here is a screen shot.
Reply
#5

you need to make correct x,y,z positions
Reply
#6

Can you explain more please?
Reply
#7

try this

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
       SetupPlayerForClassSelection(playerid);
       return 1;
}
//==============================================================================
public SetupPlayerForClassSelection(playerid)
{
    SetPlayerInterior(playerid,14);
    SetPlayerFacingAngle(playerid, 270.0);
    PlayerPlaySound(playerid, 1186, 0.0, 0.0, 5.0);
    SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
    SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
    SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
}
its my script code if it works then tell me
Reply
#8

Ice I am getting 1 warning.
warning 235: public function lacks forward declaration (symbol "SetupPlayerForClassSelection")
Reply
#9

pawn Код:
forward SetupPlayerForClassSelection(playerid);
Reply
#10

Meh I just get more.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)