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

[STABLE] Shop pages (2 line fix)


ÃËœÂÃËœÂÃËœÂ
 Share

Recommended Posts

Hi this is Billy Mays with another fantastic fix, if you get an error on an empty shop page when you press "next" (aka ">") and you crash? :( got a little bit tired of that? wait no more, here's the fix

IT ALL CLIENT SIDED

1) Open your client source
2) Find this piece of sh*t, i.. i mean code

```
'If numItems / 5 - (pageIndex * 5) > 1 Then
If page < maxpages Then
```
3) And replace it to this:

```
If numItems / 5 - (pageIndex * 5) > 1 Then
'If page < maxpages Then

```
That's it :D

Compile it and no more errors and NO MORE empty pages, thus, if theres an empty page, you won't even see the button to go to it.

~Three Smiley Faced
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...