VIP System

Whoteva

New member
Messages
6
Points
0
I know there is a basic vip system but this is my version of it, it was written for me awhile back so i dont know weither theres a more effective way of doing it.

http://upaste.me/26549319f804fc97

Let me know what you guys think?

Edit. there isnt meant to be a space every second line tho.. stupid code box thingy

 
Last edited by a moderator:
You could, cut down the two

end;
to one in VIPServiceLogin, and some indentation would be great.

Also your version here has no tabs in the script header.

 
Last edited by a moderator:
oh okay, i'll give that a shot when i get a break from doing the thor patcher.

By indentation you mean?

I'll edit the code to the upaste.me website

thanks for the feed back
default_smile.png


 
A lot better indentation ^^

Where are you setting the #VIPSERVICE to 0 now? Since you're using the gettimetick(2), why do you use #VIPSERVICE to begin with?

Also the

end;
should go outside the if statement.

Similarly you can reduce the

close;
count by 1 within the case 1: statement

 
Last edited by a moderator:
Its been awhile since ive done any edits to scripts, this is the first time back to RO Hosting in about.. 2 years.. that script was written by a friend and i did some little edits to it, so i dont know what he did with it, Im attempting to get my scripting skills up a little more.. hence i put this up here to get peoples feed back so i can learn off of it and share what i have with people.

 
No worries, you'll get back onto your previous level and higher.

 
Back
Top