Car Spawn Timer?
#1

Hi i got a question
i am using einstein's streamer to use my admin house, but got a problem
when i go to the admin house, the cars are falling into the water because they spawn to quick.
is there a way to fix this?
thanks
Reply
#2

are the cars under a Building ?
Reply
#3

..and i also need a solution for this,can someone help?
Reply
#4

PHP код:
forward Load_veh();

public 
Load_veh()
{
    
//your vehicle spawning code here
    
return 1;
}
public 
OnGameModeInit()
{
    
SetTimer("Load_veh",10000,false);
    return 
1;

Reply
#5

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
PHP код:
forward Load_veh();
public 
Load_veh()
{
    
//your vehicle spawning code here
    
return 1;
}
public 
OnGameModeInit()
{
    
SetTimer("Load_veh",10000,false);
    return 
1;

thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)