Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Abbas_905

#1
Script Showroom / Re: Ammunation Ready!
Mar 20, 2024, 08:01 AM
pro
#2
Script Showroom / Transferstats Command
Mar 20, 2024, 04:08 AM
else if ( cmd == "transferstats" )
{
       if ( !text ) MessagePlayer("Error: Please use the correct syntax.  /transferstats <newnick>.", player );
       else
       {
       local newnick = text,
       pn = QuerySQL(sqliteDB, " SELECT Name FROM Accounts WHERE Name='"+player.Name+"' "),
       n = QuerySQL(sqliteDB, " SELECT Name FROM Accounts WHERE Name='"+newnick+"' "),
       aldname = GetSQLColumnData(n, 0),
       oldname = GetSQLColumnData(pn, 0);
       if ( newnick == player.Name ){
       MessagePlayer("Error: Your new name cannot be the same nickname.",player); return false;}
       else if ( aldname != null ) { MessagePlayer("Error:This name is already registered by someone.",player); return false;}
else
{
QuerySQL(sqliteDB, "UPDATE Accounts SET Name='"+newnick+"', NameLower='"+newnick.tolower() +"'  WHERE Name='"+oldname+"' ");
         QuerySQL(Spawnweps, "UPDATE SpawnWep SET Name='"+newnick+"' WHERE Name='"+oldname+"' ");
         QuerySQL(SpawnLoc, "UPDATE Spawnloc SET player='"+newnick+"' WHERE player='"+oldname+"'");
         player.Name=text;
         MessagePlayer("Successfully changed your nickname to " + newnick  +"!",player);
         }
         FreeSQLQuery( pn );
         FreeSQLQuery( n );
         }
         }
#3
Script Showroom / Re: Dipeos command
Mar 19, 2024, 03:50 PM
Bro so now u and some others gived me functions not diepos command u can give me?  :(
#4
Script Showroom / Re: Ban & echo,system
Mar 14, 2024, 12:28 AM
bro oh so thank you for you have discord?
#5
Script Showroom / Ban & echo,system
Mar 13, 2024, 08:59 AM
guys how i can do ban players if players in game or no exmaple: player did not playing server but how can i do ban to him


How to add private acmds into discord-server-echo
#6
Script Showroom / Re: Dipeos command
Mar 13, 2024, 03:56 AM
else if(cmd == "lastpos" || cmd == "diepos")
 {
 if(!text) MessagePlayer("Syntax: /"+cmd+" <on/off>.",player);
 else {
 if(text == "on")
 {
 if(status[player.ID].Lastpos == true) MessagePlayer("[#FF0000]Your lastpos is already on.",player);
 else {
 status[player.ID].Lastpos = true;
 MessagePlayer("[#00FF00]You have turned on your lastpos/diepos.",player);
 }
 }
 if(text == "off")
 {
  if(status[player.ID].Lastpos == false) MessagePlayer("[#FF0000]Your lastpos is already off.",player);
 else {
  status[player.ID].Lastpos = false;
   MessagePlayer("[#00FF00]You have turned off your lastpos/diepos.",player);
 }
 }

 }
 }




This is right or no? if have errors so fix it and repost it,
#7
Script Showroom / Re: Dipeos command
Mar 13, 2024, 03:50 AM
thanks for it,
#8
Script Showroom / Dipeos command
Mar 08, 2024, 01:24 PM
Anyone i want diepos command u can give me diepos command i want to add, diepos command in my server
#9
Nice bro
#10
nice
#11
Script Showroom / Re: [Gamemode] Battle
Mar 03, 2024, 03:09 AM
Nice good job!
#12
errors
#13
Script Showroom / Re: Fishing system!
Mar 03, 2024, 02:54 AM
Good luck!  :-*
#14
Script Showroom / Re: Fishing system!
Mar 03, 2024, 02:54 AM
Nice