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.