Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Friend System Problem


WiseRock
 Share

Recommended Posts

Hey guys So I was using [http://www.touchofde…+friend](http://www.touchofde...+friend) +system and some reason when ever I exit the game and log back in to open the Friends List its just empty not a single word.

I am using EO 3.0

It would only show the names of the people when I Add New Friend

Screenies

Before Exit and LogOut

![](http://i50.tinypic.com/34p10z7.png)

After Exit and Log Out

![](http://i47.tinypic.com/9i5j5j.png)
Link to comment
Share on other sites

> You can rip this friend system from here: [http://www.touchofde…gine-eo-20-mod/](http://www.touchofdeathforums.com/community/index.php?/topic/132412-hoa-engine-eo-20-mod/)
>
> I am sure that Ryoku Hasu fixed it

I will try

> o-o almost all friends systems had dis bug for "YEARS" >| i love to know y XD.

Okay I'll post a Tut if I get it Working

> I am not sure but try checking whether the index value of the listbox has some actual value. Or try doing what the editors do.

Could you explain futher on any code changes please
Link to comment
Share on other sites

Check the if the player actually exists in the current slot selected. Something like this most probs.

```

if lenb(trim$(player(myindex).friends(list.listindex))) > 0 then

do the stuff to delete the actualy player

end if

```
this ensures that the player delete packet is sent only if the player in the current slot exists. The code needs edits.
Link to comment
Share on other sites

Btw this friend system needs redone finnally ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) I am working on RTF version for my game, so mabe i will share it also. What is RTF bonuses? You can have for example offfline user - red color, and online - green ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) Or even you can add images before player names.
Link to comment
Share on other sites

  • 3 weeks later...
TFF has a damn near flawless friends system for anyone to use.. [Eclipse - The Final Frontier](http://www.touchofdeathforums.com/community/index.php?/topic/132378-eclipse-the-final-frontier-alpha/)

And by damn near, I mean I haven't had any complaints or reported issues.

Simple GUI based off of EM's GUI to keep it all relative.

Custom Buttons

Target System used to BeFriend someone.

'B' is the HotKey to open/close it.

Double clicking a name allows you to private message him/her.

PM's only available to friends.

You name it, the basics are well implemented.. Rip it if you'd like, just use proper credits.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...