Re: new packets for serialize inventory..
No errors now, but the code don't works D: the inventory keeps loading, don't load.
Re: new packets for serialize inventory..
Quote:
Originally Posted by
PEjump2
Already did it myself, pretty easy, just split Wall & Floor items and send them each as a seperate packet.
Does not say much though. However, I got this fixed by myself so problem slowed bitch :P
- Martin
Re: new packets for serialize inventory..
it disconnects, fix this?
Re: new packets for serialize inventory..
Quote:
Originally Posted by
PEjump2
I thought you where the L33T coder here? Can't you code a simple packet change yourself? :o
how the hell are you talking your the biggest ripper on this forum you rip shit of a italian forum edit and release here (Sciax2 .it or someshit)
Re: new packets for serialize inventory..
Neither of the codes on the first page work for me. Eith it shows "GetBaseItem" that is an error any suggestions?
Please!
Re: new packets for serialize inventory..
Quote:
Originally Posted by
capostrike93
copy the code and replace -.-"
..
almost forgot
also ..
Code:
public ServerMessage SerializeItemInventory()
{
ServerMessage Message = new ServerMessage(140);
Message.AppendStringWithBreak("S");
Message.AppendInt32(1);
Message.AppendInt32(1);
Message.AppendInt32(ItemCount);
List<UserItem> List;
lock (InventoryItems)
{
List = InventoryItems;
}
List<UserItem>.Enumerator eItems = List.GetEnumerator();
while (eItems.MoveNext())
{
eItems.Current.Serialize(Message);
}
return Message;
}
This plus the first one give the underlined in red errors ...
Seriously no ones gunna reply?
..
Re: new packets for serialize inventory..
Re: new packets for serialize inventory..
Quote:
Originally Posted by
HabsHotel
This plus the first one give the underlined in red errors ...
Seriously no ones gunna reply?
..
I do not speak English, I do not be understood you..
show your error..
Re: new packets for serialize inventory..
Quote:
Originally Posted by
davidaap
I thought you were Banned, shame that you are back :(
Love you too <3
Quote:
Originally Posted by
OneEye
how the hell are you talking your the biggest ripper on this forum you rip shit of a italian forum edit and release here (Sciax2 .it or someshit)
Show me some damn proof about that, Trust me, you wouldn't find anything, cause i'm not like them, i can code but i just don't like it to share it with you guys anymore thanks to these comments :]
Re: new packets for serialize inventory..
lol code? hey faggot look at your releases none of it is yours.
Re: new packets for serialize inventory..
Quote:
Originally Posted by
OneEye
lol code? hey faggot look at your releases none of it is yours.
Where's you'r damn proof? Jew? :]
--- EDIT ---
Nah you'r like Cartman, ain't showing proof, but manipulating everybody to actually believe that you'r telling the truth when in real life everyone asks themselfs why they believe you & why they aren't calling you a faggot.
And yeah, learned some Jewish Defend tricks last week, so you can't beat me :3
Re: new packets for serialize inventory..
jewish fun tricks nice at least now we 100% know you like covering up your retardedness by using "Jewish Defend tricks" as well as you have no idea what english is.
Re: new packets for serialize inventory..
I don't know what this is, so I think I need to follow the members here, good code. Maybe someone can explain the difference between this and old inventory?
Re: new packets for serialize inventory..
This is for the new SWF's Josh.
Re: new packets for serialize inventory..
Quote:
Originally Posted by
OneEye
jewish fun tricks nice at least now we 100% know you like covering up your retardedness by using "Jewish Defend tricks" as well as you have no idea what english is.
I'm dutch and if you watch other dutch guys here on the forum you would see that i'm pretty good @ english,
But lets get on-topic guys, enough spamming you spamming bastards :P
Re: new packets for serialize inventory..
Where is the fucking fix?
Re: new packets for serialize inventory..
Quote:
Originally Posted by
capostrike93
I do not speak English, I do not be understood you..
show your error..
LOOK AT THESE IMAGES BELOW:
http://imageupload.org/?di=3129929244716
The Second one looks like it would be the best choice..
Could you slove this please :blink:
Re: new packets for serialize inventory..
Re: new packets for serialize inventory..
Quote:
Originally Posted by
HabsHotel
which emulator do you use? and if possible publish the download link .. for give you the correct code ..
Re: new packets for serialize inventory..
Quote:
Originally Posted by
capostrike93
which emulator do you use? and if possible publish the download link .. for give you the correct code ..
I've had this emu for awhile but I think its ion's like r59 or somthing..
Its based of uber (UberEnviorment...)
Add me on msn maybe? Send it in a P.m!
Re: new packets for serialize inventory..
Thank you alot for this, it foxed my problem :)