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 - Nihongo^

#106
Support / Adding discord in server
Jun 18, 2022, 05:51 AM
Hi friends hope you guys are fine

So i am scripting a server and now its time to put discord on it, I am completely new in the world of discord features. I only know about the IRC and it was simple now we have to move to discord :D

i did some research and found [MODULE] Discord module for SqMod

I put the plugins and install OpenSSL, the plugin loaded successfully but it gave error at "Constructor"

I only put discord.nut and plugins

#107
Support / Screen is terminating
Jun 14, 2022, 03:08 PM
My server is now running and comes back to the list :) I downgrade the version of OS
but the issue is its only run if I use ./server -allow-server-runas-root when I close the putty server also gets closed

one of my friend tell me use Screen command to make it online 24/7 but its give error by saying 

"Screen is terminating"

its the only problem now I am facing


#108
How do i know if my VPS IP is banned ?

Also i just checked my panel and i  forward all the ports as you can see in the screen shot, but still i am not able to see my server

#109
Quote from: habi on Jun 12, 2022, 10:24 AM
Quote from: Nihongo^ on Jun 12, 2022, 08:18 AMeven the kill command didn't end the process

Then, apply some force my friend
kill -9 <pid>
But first make sure what is the problem.
Reboot your computer and start vc-mp server (./s in your case as it seems ) normally without using screen.
Wow that's actually work i can kill processes

but my main issue is still there. My server isn't in the master list nor in its appearing in the favorite list
#110
not work
even the kill command didn't end the process
#111
Quote from: habi on Jun 11, 2022, 05:03 PMThe port 8193 must be forwarded.

Usually on VPSs, there is nothing to be done. The ports are already forwarded. May be there is an option in your Dashboard / Palette ( web ).
Well, when i try screen command it said
"Screen is terminating"

am i missing some plugins or what ?
#112
Support / Not showing in the masterlist
Jun 11, 2022, 04:36 PM
Hi, I am trying to host server in the Linux but it's not showing in the master list nor in favorite. Anyone can help me?

#113
General Discussion / Re: Game Full screen ?
Oct 25, 2020, 02:03 PM
Quote from: DizzasTeR on Oct 25, 2020, 12:39 PMChange your display settings, you can reach it in many ways, via windows settings, or via your GPU control panel software. What you need to look for is options regarding scaling. There you have to select "Scale to Full Screen" or something similar.
Thank you so much :) its worked
#114
General Discussion / Game Full screen ?
Oct 25, 2020, 12:05 PM
How do i make it appear full on my LCD ?

#115
one question what is made a function that assign player a clan tag in the database. does it work ?
#116
I Understand Thanks for giving reply its better to leave this clan system since its buggy.
#117
Quote from: ! on Jan 07, 2019, 11:58 AM
Quote from: Nihongo^ on Jan 06, 2019, 06:06 AM1)
That's what i get after placing the print function

And this is the answer to your question in first post.

The player clan was null always means the player was not assigned the clan tag which can be because of a possible bug in a function where the clan tag was assigned upon player join.

I don't find any function that assigned tags ( killer or player )  i am bit confused can i show you some codes via pm ? If you don't mind ?
P.S isn't this clan stats made by u ?
#119
ALso sir if you don't mind i can send you the clan function cuz i don't have idea which function should i need to show you
#120
Hello Sir first of all i am sorry for giving you late reply i was bit busy with my real life activity really apologize

1)
That's what i get after placing the print function


2)
Here's the function
  function IncTagKills( Clan )
  {
  local UP = ClanKills( Clan ) + 1;
  QuerySQL(db, "UPDATE ClanStats SET Kills='"+UP+"' WHERE Clan='"+ Clan+"'");
  //QuerySQL( db, format( "UPDATE ClanStats SET Kills='%i' WHERE Clan='"+Clan+"'", UP ) );
  //local query1 = format( "UPDATE ClanStats SET Kills=%i WHERE Clan='"+Clan+"'", UP );
  //::QuerySQL( ClanStats, query1 );
  }
 
  function IncTagDeaths( Clan )
  {
  local DOWN = ClanDeaths( Clan ) + 1;
  QuerySQL(db, "UPDATE ClanStats SET Deaths='"+DOWN+"' WHERE Clan='"+ Clan+"'");
  //QuerySQL( db, format( "UPDATE ClanStats SET Deaths='%i' WHERE Clan='"+Clan+"'", DOWN ) );
  //local query1 = format( "UPDATE ClanStats SET Deaths=%i WHERE Clan='"+Clan+"'", DOWN );
  //::QuerySQL( ClanStats, query1 );
  }

3)
That's what i put on my database the script not reading the CLan Members column if it start reading it then i can put other tags to like MDt MDr etc


For FULL IMAGE

https://postimg.cc/WdM8g62m