Object Problem
#1

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?
Reply
#2

use a timer before Spawn

an eample

PHP код:
public OnPlayerSpawn(playerid)
{
    if(
playerinfaction =3) return SetTimerEx("spawnfact3"3000false"i"playerid); // 3 seconde time to loading a mapping   
    
return true;
}
forward  spawnfact3(playerid);
public 
spawnfact3(playerid)
{
    
// setplayerpos your code 
    
return true;

Reply
#3

The Problem is i have Roundmaps so i cant set so the SetPlayerPos.
Reply
#4

Is it because stream_rate or stream_distance? Or that the streamer cant load so fast the map?
Reply
#5

Fixed now.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)