30.08.2011, 13:42
OnPlayerSpawn
I just don't know wich one I can remove.
@Kayaque
I will implent that. Thank you
pawn Код:
public OnPlayerSpawn(playerid)
{
SetSpawnInfo( playerid, 0, PlayerInfo[playerid][Skin], 2842.7844,1290.9116,11.3906,93.5261, 0, 0, 0, 0, 0, 0 );
SetPlayerSkin(playerid, PlayerInfo[playerid][Skin]);
return 1;
}
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo( playerid, 0, PlayerInfo[playerid][Skin], 2842.7844,1290.9116,11.3906,93.5261, 0, 0, 0, 0, 0, 0 );
SpawnPlayer(playerid);
return 1;
}
@Kayaque
I will implent that. Thank you