Interiors
#1

Hello, currently I'm trying to set an interior to a business. The interior was downloaded from the interenet and I've uploaded it into the server via a filterscript.

After reaching the interior in game I used /coords. Result:
PHP код:
-407.791259,2240.281494,4001.416992 
After adding it to the business's script, I still spawn in the middle of the air nowhere. Could someone please give me a hand?


Business line:

PHP код:
enum bizzes {
    
bizid,
    
bizname[MAX_STRING],
    
biztype,// 1 = bank,2 = no comps(casino..), 3 = gunshop, 4 = heaven, 5 simple biz // 6 altro tipo interior // 7 = PB // 8 = bar // 9 = clothesshop // 10 = drugshop // 11 = PAY N SPRAY // 12 = bike dealership // 13 = normal car dealership // 14 = luxus car dealership // 15 = foodshop // 16 = drug factory // 17 = noob dealership // 18 = aircraft dealership // 19 = boat dealership // 20 = heavy dealership // 21 = job dealership // 22 = hardware shop // 23 = nitro garage // 24 = wheel mod shop
    
Float:bizenter_x,
    
Float:bizenter_y,
    
Float:bizenter_z,
    
Float:bizexit_x,
    
Float:bizexit_y,
    
Float:bizexit_z,
    
bizinterior,
    
vbiz,
    
compsflag,
    
Text3D:bLabel,
    
tmpowner[MAX_STRING],
    
biztax,
    
bPickup,
    
biztext[MAX_STRING],
    
bizarea,
}
new 
biz[][bizzes]={
{
0,"Bank",1,1557,-409.51471,2239.45679,4000.41821,-407.791259,2240.281494,4001.416992 ,0,2,NOCOMPS}, 
Thanks..

Additional information:
When entering a store you automatically get transfered to another Vritual World.
Reply
#2

You have also to add vwrold and int so it takes you exactly to that place.
Set the vworld > Click here.
Set the int > Click here.
Interiors ID.
Reply
#3

Quote:
Originally Posted by Clad
Посмотреть сообщение
You have also to add vwrold and int so it takes you exactly to that place.
Set the vworld > Click here.
Set the int > Click here.
Interiors ID.
Could you help me out with this? I suck in this haha
Reply
#4

Someone? Please..
Reply
#5

what is the interior of the filterscript pls upload the filterscript and ur code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)