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

[EO 2.0]Friend System Version 1.5


crzyone9584
 Share

Recommended Posts

  • Replies 100
  • Created
  • Last Reply

Top Posters In This Topic

Remove the "handle" from the line with addressof or whatever. Haha.

EDIT: Sorry I was on my phone.

Change```
'Crzy's Friends System
    HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend)
    HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend)
    HandleDataSub(CFriendsList) = GetAddress(AddressOf HandleUpdateFriendList)
```to```
'Crzy's Friends System
    HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend)
    HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend)
    HandleDataSub(CFriendsList) = GetAddress(AddressOf UpdateFriendList)
```
Link to comment
Share on other sites

@iSkweek:

> Remove the "handle" from the line with addressof or whatever. Haha.
>
> EDIT: Sorry I was on my phone.
>
> Change```
> 'Crzy's Friends System
>     HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend)
>     HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend)
>     HandleDataSub(CFriendsList) = GetAddress(AddressOf HandleUpdateFriendList)
> ```to```
> 'Crzy's Friends System
>     HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend)
>     HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend)
>     HandleDataSub(CFriendsList) = GetAddress(AddressOf UpdateFriendList)
> ```

lol no wonder ok i'll do it in a sec and it ok ^^
Link to comment
Share on other sites

I mean all the buttons you have that open a menu. If you don't add
```
picFriends.visible = false
```then the picfriends will stay on top of the menu you want to see. So for any button you have for regular users (not admin buttons) So if you your using EO 2.0 search for picInventory.visible about 5 or so times and you will see where to place the picFriends.visible = false code.
Link to comment
Share on other sites

Wait, I think im missing something here, but am I supposed to paste it or replace it? im confused O_. but I really want a friend system. Sorry if im sounding nooby too :(. May you please be more specific about this part for me? TY
Btw how do i go into code view mode? i think thats what im missing here
Link to comment
Share on other sites

  • 2 weeks later...

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...