SA-MP Forums Archive
[FilterScript] EO_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] EO_VIP system (/showthread.php?tid=618426)

Pages: 1 2


Re: EO_VIP system - Eoussama - 10.10.2016

Quote:
Originally Posted by Slawiii
Посмотреть сообщение
Nice work Man.
Keep it up !
thank you

Quote:
Originally Posted by KeithCooper
Посмотреть сообщение
Not bad, but try adding come VIP toys (hats, glasses..etc) they can use.
+rep
Sure, the the upcoming version is already loaded with tons of new features, that toys thing seems interesting, will look into it


Re: EO_VIP system - Logic_ - 10.10.2016

Before you add toys (basically accessories) move to SQL as suggested by Pottus.
Cool release +1.


Re: EO_VIP system - Eoussama - 10.10.2016

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
Before you add toys (basically accessories) move to SQL as suggested by Pottus.
Cool release +1.
well, I have no knowledge on MySQL/SQLite, so It's far to expect this feature coming up any soon


Re: EO_VIP system - Eoussama - 11.10.2016

UPDATED TO VERSION 1.0
new commands and features


Re: EO_VIP system - Slawiii - 11.10.2016

Quote:
Originally Posted by Eoussama
Посмотреть сообщение
UPDATED TO VERSION 1.0
new commands and features
Good job Man keep it up !


Re: EO_VIP system - Eoussama - 11.10.2016

thank u


Re: EO_VIP system - Eoussama - 13.10.2016

Updated to version 1.4

new features


Re: EO_VIP system - Eoussama - 16.10.2016

**NOTE: MySQL and SQLite support coming up soon,


Re: EO_VIP system - Gotham - 16.10.2016

umm looks nice , +1 rep! Nice work


Re: EO_VIP system - Slawiii - 26.10.2016

Quote:
Originally Posted by Eoussama
Посмотреть сообщение
**NOTE: MySQL and SQLite support coming up soon,
very nice i am waiting


Re: EO_VIP system - RyderX - 31.10.2016

Hello Eoussama it's Cool VIP System Keep it up i like it REP+ Nice Work Hope There is More Soon


Re: EO_VIP system - Eoussama - 30.01.2017

FS updated,
hope you enjoy,
feel free to leave you suggestions below


Re: EO_VIP system - Honey - 08.07.2017

I added Your this ViP FS to my game mode and than my samp server started crashing
i tried to find the cause and it wad that when ever i start samp the MODE that is loaded is your FS rather than the GM i want to load how to solve that


Re: EO_VIP system - Eoussama - 08.07.2017

Quote:
Originally Posted by Honey
Посмотреть сообщение
I added Your this ViP FS to my game mode and than my samp server started crashing
i tried to find the cause and it wad that when ever i start samp the MODE that is loaded is your FS rather than the GM i want to load how to solve that
nevermind the filterscript for now, It's so outdated, I'm currently working on a better-enhanced MySQL version of it, and Will upload it soon


Re: EO_VIP system - Eoussama - 10.07.2017

New version is out,
-MySQL R41-2 support
-include based
and more...


Re: EO_VIP system - Eoussama - 13.07.2017

Filterscript updated,


Re: EO_VIP system - Eoussama - 03.03.2018

Filterscript updated, a lot of stuff have been improved, optimization and more...


Re: EO_VIP system - cuber - 03.03.2018

Quote:
Originally Posted by Eoussama
Посмотреть сообщение
Filterscript updated, a lot of stuff have been improved, optimization and more...
pawn Код:
CMD:anothercommand(playerid)
{
    switch(getVIPLevel())
    {
           case EOVIP_VIPLEVEL_1: SendClientMessage(playerid, 0xFF000080, " You are VIP level 1!");
           case EOVIP_VIPLEVEL_2: SendClientMessage(playerid, 0xFF000080, " You are VIP level 2!");
           case EOVIP_VIPLEVEL_3: SendClientMessage(playerid, 0xFF000080, " You are VIP level 3!");
           case EOVIP_VIPLEVEL_4: SendClientMessage(playerid, 0xFF000080, " You are VIP level 4!");
           default: SendClientMessage(playerid, 0xFF000080, " You are nore a VIP!");
    }
}
Update your thread, again.

pawn Код:
default: SendClientMessage(playerid, 0xFF000080, " You are nore a VIP!");



Re: EO_VIP system - Kaperstone - 03.03.2018

Quote:

**To set someone's VIP level, you should:
1- Login as RCON Admin (/rcon login (ROCN password)
2- Use /setvip (playerid) (VIP level[1, 2, 3, 4])
**To set someone's VIP level, you should:
1- Login as RCON Admin (/rcon login (ROCN password)
2- Use /setvip (playerid) (0)

You mean "to unset"

Would be nice to have
* DestroyVIPBase
* SetNewVIPBase

Why do you define EOVIP_VIPLEVEL_# instead of just using number?


Re: EO_VIP system - Eoussama - 03.03.2018

Damn it, thanks for clearing it out.