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

[EO 3.0]Random Logo Guild System[v.0.2]


PVJsquad
 Share

Recommended Posts

  • 2 months later...
U.U how to solve? rsrs

[https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/10385375_479474208850255_9097954168469142182_n.jpg](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/10385375_479474208850255_9097954168469142182_n.jpg)

Edit -  I solve s2 thx
Link to comment
Share on other sites

> U.U how to solve? rsrs
>
>  
>
> [https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/10385375_479474208850255_9097954168469142182_n.jpg](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/10385375_479474208850255_9097954168469142182_n.jpg)
>
>  
>
> Edit -  I solve s2 thx

find 

```

If Not Player(Index).GuildName = vbNullString Then
```
replace with

```

If Not Trim$(Player(Index).GuildName) = vbNullString Then
```
Link to comment
Share on other sites

> Thanks Death, but my error is in buffer sever side and client, i'm using the final frontier, and i delete the buffer lines and this erro appaer.. :x Now i solve.
>
>  
>
> Nice Tuto, waiting for more like a good this tuto.

can you show that the error ?
Link to comment
Share on other sites

  • 5 months later...
> I have error in 'GuildString = Player(Index).GuildName'
>
>  
>
> isn't defined, a solution? please
>
>  
>
>  
>
> PD. Sorry with my bad english

Read the topic…

> Use CTRL+F while in VB6 to find this:
>
> ```
>
> Public Sub DrawPlayerName(ByVal Index As Long)
> Dim TextX As Long
> Dim TextY As Long
> Dim color As Long
> Dim Name As String
> Dim Text2X As Long
> Dim Text2Y As Long
> ```
> Directly under that ^^^^ paste this:
>
> ```
>
> Dim GuildString As String
> ```
> Tell me if anything else go awry.
>
>  
>
>  
>
> Also add:
>
> ```
>
> Dim GuildString As String
> ```
> to the top of 'DrawPlayer'
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...