script

Started by [RRZ]_Genius, Jul 10, 2016, 03:53 PM

Previous topic - Next topic

[RRZ]_Genius

i want rpg scripts anyone have then plz give me

Rise To Distinction - Join Revolver Rivalz

Cool

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

KAKAN

function onScriptLoad() print("RPG script loaded");Probably the most efficient and the most easy-to-understand script.
oh no

EK.IceFlake

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.");
}

.

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.");
    }
}
.

Thijn

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...