View File
[Html] Simple Purple Website Responsive One-Page
Simple Purple Website Responsive One-Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ko-fi = Motivation.
By: Mihael
Hope you like it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
About: Website is made in php / html responsive one page,
is translated in pt-br, but I believe in your potential to translate into their respective languages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Demo:
Espero que gostem.
Submitter
Mihael
Submitted
06/25/2019
Category
General Website Templates
Video
https://youtu.be/IEWmcu_9Lm4
Content Author
Mihael
Hello,
I think you just need to add an else to make it work the way you want:
if (getgmlevel()>=99)
showscript strcharinfo(0)+" : Admin Level Account Confirmed!.";
else if (vip_status(VIP_STATUS_ACTIVE)){
if a gm => admin level
else if a vip => vip confirmed
else => (not a gm nor a vip) => kick
This small src modif make you don't worry if you have some costume items in your item_db with some weight, they'll all be calculated at 0.
CostumeNoWeight.diff
Make only the costume having no weight on the player
ShadowAndCostumeNoWeight.diff
Make costume and shadow having no weight on the player
ah well its pretty buggy but id imagine with the change to YAML for most of our database, probably rendered it totally useless
anyways its alot easier now anyways and you may aswell just do it by hand in notepad now
GL
doc/script_commands.txt#L3535
*addrid(<type>{,<flag>{,<parameters>}});
This command will attach other RIDs to the current script without detaching the
invoking RID. It returns 1 if successful and 0 upon failure.
<type> determines what RIDs are attached:
0: All players in the server.
1: All players in the map of the invoking player, or the invoking NPC if no player is attached.
2: Party members of a specified party ID.
[ Parameters: <party id> ]
3: Guild members of a specified guild ID.
[ Parameters: <guild id> ]
4: All players in a specified area of the map of the invoking player (or NPC).
[ Parameters: <x0>,<y0>,<x1>,<y1> ]
Account ID: The specified account ID.
<flag> can prevent certain players from being attached:
0: Players are always attached. (default)
1: Players currently running another script will not be attached.