17.01.2013, 12:47
Hello Guys, i have many Objects on my Server, i use already a Streamer but the People fall under the Map or spawn under the Map. Know everoyne an Solution for that?
public OnPlayerSpawn(playerid)
{
if(playerinfaction =3) return SetTimerEx("spawnfact3", 3000, false, "i", playerid); // 3 seconde time to loading a mapping
return true;
}
forward spawnfact3(playerid);
public spawnfact3(playerid)
{
// setplayerpos your code
return true;
}