Skip class selection / Save skin
#1

Help me please Skip class selection / save skin
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
    SetPlayerSkin(playerid, 21);
}
here's an example
Reply
#3

not this
Reply
#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
#5

i need smothing like this video [ame]http://www.youtube.com/watch?v=2G3o6Os1n30[/ame] but in pawno
Reply
#6

Doesn't the code that I sent you work?
Reply
#7

nah i need smothing like this
Reply
#8

The video you posted has the right code. Use it. What do you mean "I need like this in pawno"? The code is going to remain the SAME. He's using a different IDE. Gee, just follow his steps, just in your IDE! (PAWNO)
Reply
#9

o can make com and give me?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)