Sonmez's Register & Ban & Admin System (Major Update v1.0)

Started by Sonmez, Nov 11, 2020, 06:06 PM

Previous topic - Next topic

MRSK143

I
Quote from: Xmair on Feb 09, 2021, 05:31 AM
Quote from: Athanatos on Feb 07, 2021, 09:09 PM(except I don't think regex exists in Squirreil).
It does.

I Need Help From You Xmair PM On Discord my id  MR SK#5162
@mR_Sk@

MRSK143

Quote from: Sebastian on Feb 07, 2021, 11:20 PMinside function rlClientHandler(player) (case 2) you give stats[ player.ID ].Level value
stats[ player.ID ].Level = GetSQLColumnData(q, 2);
while it should be
stats[ player.ID ].Level = GetSQLColumnData(q, 3);

BRo Seby When I Added It Susccessfully Iy Said ME on stats index does not exist and in game play is not spawning plz help me!!!
@mR_Sk@

Mohamed Boubekri

#17
Quote from: MRSK143 on Apr 18, 2021, 12:13 AM
Quote from: Sebastian on Feb 07, 2021, 11:20 PMinside function rlClientHandler(player) (case 2) you give stats[ player.ID ].Level value
stats[ player.ID ].Level = GetSQLColumnData(q, 2);
while it should be
stats[ player.ID ].Level = GetSQLColumnData(q, 3);

BRo Seby When I Added It Susccessfully Iy Said ME on stats index does not exist and in game play is not spawning plz help me!!!
Add the line in function OnScriptLoad();
stats <- array(GetMaxPlayers(), null);And add this class in the top of script:-
class PlayerClass
{
Level = 0;
}
| What now ? | Not yet ! |
Morrocan:- [ 🇲🇦 ].

Sonmez

if (!perfect) createAgain();

MRSK143

Quote from: Sonmez on Jul 17, 2021, 12:59 AMCode has been reproduced
Hey Can You Please Update Your Old Code And Plz Add Email Feature In Your Old Account System Whenever Player Joins He Should Login With Email And Password Plz Can You Make it?
@mR_Sk@

Halilibow

=M4= Cleo And VC:MP Server Scripting

UncleRus

Quote from: Sonmez on Jul 17, 2021, 12:59 AMCode has been reproduced
Why me kicked from server while i enter in server files dont loading i kicked You kicked because you have invalid chatter L My nickname LoperknDead Fix please this problem :)
I LoperkinDead.My brothers scripters TimyrSem,VladSem

UncleRus

 I find it problem function checkName(player){local alphabet="abcdefghijklmnopqrstuvwxyz",n=-1;
  do{n++;
    if (find(player.Name.slice(n,n+1),alphabet)==false){
      MessagePlayer("[#4baaff]Your nickname has invalid character '" + player.Name.slice(n,n+1) + "'", player);KickPlayer(player);
      n=player.Name.len();
    }
  }while(n<player.Name.len()-1)
}
I LoperkinDead.My brothers scripters TimyrSem,VladSem

UncleRus

I LoperkinDead.My brothers scripters TimyrSem,VladSem

habi

Hi how are you...
local alphabet="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",

Sonmez

if (!perfect) createAgain();