04.11.2009, 22:05
Hello, how to skip Skin Selection?
I enter the password, accept and i want spawn without skin selection.
I enter the password, accept and i want spawn without skin selection.
Originally Posted by pziemczyk
Hello, how to skip Skin Selection?
I enter the password, accept and i want spawn without skin selection. |
SpawnPlayer(playerid);
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
}
Originally Posted by radhakr
What do you mean it doesn't work and why would you have to use that?
pawn Код:
|
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, NO_TEAM, 256, 0.0, 0.0, 0.0, 0.0, 24, 1, 26, 1, 32, 1);
SpawnPlayer(playerid);
return 0;
}