Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Gito Baloch on Mar 28, 2020, 05:59 AM

Title: [Solved]How to not get banned while another admin ban me? in my server.
Post by: Gito Baloch on Mar 28, 2020, 05:59 AM
Hy tell me How to not get banned in my own server when other admin try to ban me he gets ban i dont get ban how?
like this:
if (plr.Name =[R2x]Gito_OP ) player.Ban(); but i am getting error can you give me true command?
Title: Re: How to not get banned while another admin ban me? in my server.
Post by: KX on Mar 28, 2020, 09:48 AM
if(plr.Name == "Chutiyeitnatoseekle") player.ban();= can be used for assigning values to variable whereas == is used for comparing strings.
Title: Re: How to not get banned while another admin ban me? in my server.
Post by: MEGAMIND on Mar 28, 2020, 01:04 PM
Quote from: KX on Mar 28, 2020, 09:48 AM if(plr.Name == "Chutiyeitnatoseekle") player.ban();= can be used for assigning values to variable whereas == is used for comparing strings.

pff what a code the word isnide "" lel
Title: Re: How to not get banned while another admin ban me? in my server.
Post by: Gito Baloch on Mar 29, 2020, 12:41 PM
Solved Locked