Skip class selection / Save skin
#4

pawn Код:
public OnPlayerConnect(playerid)
{
     SetSpawnInfo(...); // Parameters: (playerid, team, skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)
     SpawnPlayer(playerid);
     return 1;
}
If that doesn't work, then this might:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  return 0; //Returns 0, so there won't be request class.
}
Reply


Messages In This Thread
Skip class selection / Save skin - by Configuration - 17.07.2013, 06:53
Re: Skip class selection / Save skin - by mahdi499 - 17.07.2013, 06:59
Re: Skip class selection / Save skin - by Configuration - 17.07.2013, 07:09
Re: Skip class selection / Save skin - by Twizted - 17.07.2013, 07:13
Re: Skip class selection / Save skin - by Configuration - 17.07.2013, 07:15
Re: Skip class selection / Save skin - by Twizted - 17.07.2013, 07:16
Re: Skip class selection / Save skin - by Configuration - 17.07.2013, 07:21
Re: Skip class selection / Save skin - by RajatPawar - 17.07.2013, 07:21
Re: Skip class selection / Save skin - by Configuration - 17.07.2013, 08:02

Forum Jump:


Users browsing this thread: 1 Guest(s)