Problem with CreateObject
#4

Try this
PHP код:
public OnGameModeInit()
{
    
    
SetGameModeText("Blank Script");
    
AddPlayerClass(01958.37831343.157215.3746269.1425000000);
    
// objects
    
CreateObject(987,1661.80004883,-1885.09997559,12.50000000,0.00000000,0.00000000,0.00000000); //object(elecfence_bar) (1)
    
CreateObject(987,1649.80004883,-1885.09997559,12.60000038,0.00000000,0.00000000,0.00000000); //object(elecfence_bar) (2)
    
CreateObject(987,1637.69995117,-1884.90002441,12.60000038,0.00000000,0.00000000,0.00000000); //object(elecfence_bar) (3)
    
CreateObject(985,1633.40002441,-1884.50000000,12.60000038,0.00000000,0.00000000,0.00000000); //object(gate_autor) (1)
    
CreateObject(987,1617.80004883,-1884.69995117,12.50000000,0.00000000,0.00000000,0.00000000); //object(elecfence_bar) (4)
    
CreateObject(987,1610.50000000,-1884.69995117,12.80000019,0.00000000,0.00000000,0.00000000); //object(elecfence_bar) (5)
    
return 1;

Reply


Messages In This Thread
Problem with CreateObject - by rangerxxll - 21.02.2012, 21:38
Re : Problem with CreateObject - by BigBaws - 21.02.2012, 21:42
Re: Re : Problem with CreateObject - by rangerxxll - 21.02.2012, 21:46
Re: Problem with CreateObject - by Nuke547 - 21.02.2012, 22:14
Re: Problem with CreateObject - by austin070 - 21.02.2012, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)