hello, can you tell me how i can make my own spawn point on the map, when i will spawn the player class it will be spawned on the point i added please??
Well, all you have to do, is go to the point where you want to spawn a class and do /save. The coordinates will be saved in
pawn Код:
public OnGameModeInit()
{
// People can spawn with either the CJ skin or The Truth skin.
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
return 1;
}