i want rpg scripts anyone have then plz give me
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
function onScriptLoad() print("RPG script loaded");
Probably the most efficient and the most easy-to-understand script.
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.");
}
}
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...