[Release] Orbit Reborn - Source

11/03/2014 21:56 steppdroid#301
Quote:
Originally Posted by BotorCrime View Post
It's only PRE-ALPHA 8)
At the end I will add that you are the main author. ;))

----> [Only registered and activated users can see links. Click Here To Register...]

Anyway. How i can add new button ;3 ?
How change design drones? :)
11/03/2014 22:04 BotorCrime#302
Quote:
Originally Posted by steppdroid View Post
How change design drones? :)
New drones.swf and packet with number 96 , 46 ... Etc.
11/03/2014 22:07 steppdroid#303
Quote:
Originally Posted by BotorCrime View Post
New drones.swf and packet with number 96 , 46 ... Etc.
packet with number 96 , 46 ?
11/04/2014 09:44 UND3RW0RLD#304
just add it to player init. :)
11/04/2014 13:31 steppdroid#305
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
just add it to player init. :)
can you tell me the file directory?
11/04/2014 14:45 katil0172#306
ǝnd1ǝss-ɯonǝʎ pve link ?
11/04/2014 17:35 UND3RW0RLD#307
[Only registered and activated users can see links. Click Here To Register...]
11/04/2014 17:59 cosminbux#308
how to start spaceball?
11/04/2014 18:30 leone1008#309
Quote:
Originally Posted by cosminbux View Post
how to start spaceball?
/create_spaceball
11/06/2014 08:22 BotorCrime#310
Does anyone have the code of cloak?
11/06/2014 08:37 UND3RW0RLD#311
Quote:
Originally Posted by BotorCrime View Post
Does anyone have the code of cloak?
[Only registered and activated users can see links. Click Here To Register...]
11/06/2014 08:55 BotorCrime#312
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
[Only registered and activated users can see links. Click Here To Register...]
Can you tell me what file I find this code. Because I can not see.
11/06/2014 09:21 UND3RW0RLD#313
[Only registered and activated users can see links. Click Here To Register...]

Hero and initconnection.cs
11/06/2014 10:20 BotorCrime#314
How to fix it ? [Only registered and activated users can see links. Click Here To Register...]
11/06/2014 10:46 bobn171#315
Quote:
Originally Posted by BotorCrime View Post
How to fix it ? [Only registered and activated users can see links. Click Here To Register...]
you should check the packet that you send to other users.. i mean
i've something like this in my code

Code:
sendPacket("0|n|d|" + user.playerID +"|" + user.uav);
to load my drones, and this other to load other users drones...

Code:
Is a example, is not exactly like that
sendPacket("0|n|d|" + otherUser.userID + "|" + otherUser.uav);
seems like you have messed up something with the variables

EDIT:
I found this on the code [Only registered and activated users can see links. Click Here To Register...]
idk why it sends that drones, maybe there is the problem