Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: [RRZ]_Genius on Jul 10, 2016, 03:53 PM

Title: script
Post by: [RRZ]_Genius on Jul 10, 2016, 03:53 PM
i want rpg scripts anyone have then plz give me
Title: Re: script
Post by: Cool on Jul 10, 2016, 03:55 PM
Again you came for asking scripts dont ask use search button if you didnt find so its not available no one going to give you there own rpg scritps
Title: Re: script
Post by: KAKAN on Jul 10, 2016, 04:44 PM
function onScriptLoad() print("RPG script loaded");Probably the most efficient and the most easy-to-understand script.
Title: Re: script
Post by: EK.IceFlake on Jul 10, 2016, 07:01 PM
function onPlayerCommand(player, command, parameters)
{
    if (command == "we" || command == "wep" || command == "goto" || command == "gotoloc || command == "getcar") MessagePlayer("Sorry, this is a roleplay server and we dont allow the " + command + " command.");
}
Title: Re: script
Post by: . on Jul 10, 2016, 07:07 PM
BlockedCommands <- [
    "poop",
    "abc",
    "lol",
    "rofl"
]

function onPlayerCommand(player, command, parameters)
{
    if (BlockedCommands.find(command) != null)
    {
        MessagePlayer("Sorry, this is a roleplay server and we dont allow the " + command + " command.");
    }
}
Title: Re: script
Post by: Thijn on Jul 10, 2016, 08:50 PM
I'm just gonna lock this before all the troll comments get out of control.

There's no RPG script released, so unless you make it yourself you aren't going to be running an RPG server anytime soon...