if(Player[playerid][NoobSpawn] == 1)//North
{
SetSpawnInfo(playerid, 0, Player[playerid][Skin], 1.0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0);
}
if(Player[playerid][NoobSpawn] == 2)//Blueberry
{
SetSpawnInfo(playerid, 0, Player[playerid][Skin], 1.0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0);
}
if(Player[playerid][NoobSpawn] == 3)//Monty
{
SetSpawnInfo(playerid, 0, Player[playerid][Skin], 1262.4231,171.3868,19.5681,68.5770, 0, 0, 0, 0, 0, 0);
}
SetPlayerHealth(playerid, 100);
Player[playerid][Health] = 100;
SpawnPlayer(playerid);
You dont have any Cords in the Blueberry and North.
Replace 1.0 With the Cords, and it should be fine. |