SA-MP Forums Archive
[FilterScript] [FS] X-VIP [Advanced VIP system] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] X-VIP [Advanced VIP system] (/showthread.php?tid=110449)



[FS] X-VIP [Advanced VIP system] - hemen - 26.11.2009

Work: [FS] X-VIP
Author: hemen

This is FS with commands for exclusive (VIP) persons.

How to work?

For logged as a VIP, need to enter /vlogin [password].
You should change pass - to rewrite var:

Code:
new vippassword[256]="1234";
VIP commands:
/vtune /vnitro /vhyd /vmyip
/vmorning /vday /vtonight /vnight
/vdrunk /vinterior /vfight


Re: [FS] X-VIP [Advanced VIP system] - DiddyBop - 26.11.2009

basicly a mini-admin system.. good job i guess?


Re: [FS] X-VIP [Advanced VIP system] - [NYRP]Mike. - 26.11.2009

Sorry, just had to LOL when i saw this, may i ask why your using such a large variable?

pawn Code:
new vippassword[256]="1234";
You don't need such a large one, make it smaller or something as it uses alot of usage running it


Re: [FS] X-VIP [Advanced VIP system] - hemen - 27.11.2009

Quote:
Originally Posted by ♣ ©ⓤⓝⓔⓞ ♣
Sorry, just had to LOL when i saw this, may i ask why your using such a large variable?

pawn Code:
new vippassword[256]="1234";
You don't need such a large one, make it smaller or something as it uses alot of usage running it
I have already written that we should rewrite the value of the var. (to rewrite var)


Re: [FS] X-VIP [Advanced VIP system] - RenisiL - 27.11.2009

How make players Vip members?

- RenisiL


Re: [FS] X-VIP [Advanced VIP system] - hemen - 27.11.2009

take to them password of VIP system.


Re: [FS] X-VIP [Advanced VIP system] - RenisiL - 27.11.2009

But everybody can know now VIP pasword


Re: [FS] X-VIP [Advanced VIP system] - hemen - 27.11.2009

Quote:
Originally Posted by RenisiL
But everybody can know now VIP pasword
I already saw what should change password


Re: [FS] X-VIP [Advanced VIP system] - DiddyBop - 30.11.2009

well.. maybe you should have multiple passwords assigned to certain players, because once 1 person gets it they can just spam and everybody has it... Real VIP system should be rank. Not password

/Hungrypinkpig Fails again.


Re: [FS] X-VIP [Advanced VIP system] - propilot - 30.11.2009

Quote:
Originally Posted by RenisiL
But everybody can know now VIP pasword
change it then
example:
new vippassword[256]="vipplayersonly";

new vippassword[256]="password here";


Re: [FS] X-VIP [Advanced VIP system] - lolumadd - 01.12.2009

Quote:
Originally Posted by [SU
propilot ]
Quote:
Originally Posted by RenisiL
But everybody can know now VIP pasword
change it then
example:
new vippassword[256]="vipplayersonly";

new vippassword[256]="password here";
Then the server would have to be on 24/7 because everytime the server restarts it will go back to the original.

Just make another file in scriptfiles (viplist.ini) and list playernames from it.
pawn Код:
Ex:
[COD5]lolumadd
YourMom
YourFather
Then let your script read those names, and if they are listed assign vip[playerid] to him.

Nice script btw.


Re: [FS] X-VIP [Advanced VIP system] - hemen - 01.12.2009

We can say VIP, Эnot to say the password to othersЭ. If the password learn others - it is possible to change the password, and give it to VIP (except the one who told the password to other).


Re: [FS] X-VIP [Advanced VIP system] - Jeffry - 01.12.2009

Lol, now im finding one.....after i made my own... .

Anyway, looks good. Thumb up!


Re: [FS] X-VIP [Advanced VIP system] - Mr.Jvxmc - 09.08.2010

where is download link?


Re: [FS] X-VIP [Advanced VIP system] - Karl1195 - 10.08.2010

link? please


Re: [FS] X-VIP [Advanced VIP system] - willsuckformoney - 11.08.2010

link is down, you wont find it no more.


Re: [FS] X-VIP [Advanced VIP system] - Brian_Furious - 12.10.2010

Pretty cool, but why the variable is so large


Re: [FS] X-VIP [Advanced VIP system] - THE_KING$5$ - 12.10.2011

nice system.