09.05.2014, 18:12
pawn Код:
public OnPlayerConnect(playerid) {
// Player is in class selection by default.
SetSpawnInfo(playerid, 0, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid); // Should force spawn the player out of class selection and in Blueberry farm.
TogglePlayerControllable(playerid, 1); // does not work, player still can't control themself.
return 1;
}
This method use to work before 0.3z releases.