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

Topics - Luckshya

#1
Introduction
It's simple HTTP requests module that I made for SqMod after completing for official squirrel plugin.

Documentation
Wiki: https://github.com/Luckshya/httpreq-sqmod/wiki/
Example code: https://github.com/Luckshya/httpreq-sqmod/wiki/Example-Code

Source
Plugin Source: https://github.com/Luckshya/httpreq-sqmod

Installation/Requirements

Windows
Binaries: https://github.com/Luckshya/httpreq-sqmod/releases

Linux
Binaries: https://github.com/Luckshya/httpreq-sqmod/releases
(32 bit not available for now)

Current features
  • HTTP GET Request

Upcoming features
  • HTTP POST Request

Credits
#2
Community Plugins / HTTP requests module
Feb 21, 2020, 07:53 AM
Introduction
I made a simple HTTP requests module for myself and would like to share it here if it can be of any use for someone. It uses cURL.

Documentation
Wiki: https://github.com/Luckshya/httpreq-squirrel/wiki/
Example code: https://github.com/Luckshya/httpreq-squirrel/wiki/Example-Code

Source
Plugin Source: https://github.com/Luckshya/httpreq-squirrel

Installation/Requirements

Windows
Binaries: https://github.com/Luckshya/httpreq-squirrel/releases

Linux
Binaries: https://github.com/Luckshya/httpreq-squirrel/releases
(32 bit not available for now)

Current features
  • HTTP GET Request

Upcoming features
  • HTTP POST Request

Credits
#3
Community Plugins / Discord Plugin
Mar 05, 2019, 05:38 AM
Introduction
After releasing a discord module for SqMod, I got certain requests to do it for official squirrel plugin as well. So, I have managed to write a multi-bot discord plugin for it.

The plugin only comes with sleepy-discord library.

Documentation
Wiki: https://github.com/Luckshya/sleepydiscord-squirrel/wiki/
Example code: Available on wiki

Source
Sleepy-Discord: https://github.com/yourWaifu/sleepy-discord
Plugin Source: https://github.com/Luckshya/sleepydiscord-squirrel

Installation/Requirements

Windows
Install OpenSSL from here: https://slproweb.com/products/Win32OpenSSL.html
Don't change any options while installing openssl.

Binaries: https://github.com/Luckshya/sleepydiscord-squirrel/releases

Linux
apt-get install libssl-dev
Binaries: https://github.com/Luckshya/sleepydiscord-squirrel/releases
(32 bit not available for now)

Credits

NOTE: You need to take care of the Discord rate limit yourself.
#4
Introduction
Discord module for SqMod using sleepy-discord library.

This plugin is a multi-bot plugin.

Documentation
Wiki: https://github.com/Luckshya/sleepydiscord-sqmod/wiki/
Example code: Available on wiki

Source
Sleepy-Discord: https://github.com/yourWaifu/sleepy-discord
Plugin Source: https://github.com/Luckshya/sleepydiscord-sqmod

Installation/Requirements

Windows
Install OpenSSL from here: https://slproweb.com/products/Win32OpenSSL.html
Don't change any options while installing openssl.

Binaries: https://github.com/Luckshya/sleepydiscord-sqmod/releases

Linux
apt-get install libssl-dev
Binaries: https://github.com/Luckshya/sleepydiscord-sqmod/releases
(32 bit not available for now)

The most important thing:
Credits
  • @. (SLC): I've learnt a lot from his code and I've also implemented and used his code. He has also helped me throughout the problems including my stupid problems or whatever. He's just like the author of the plugin tbh.
  • @Doom_Kill3R
  • @EK.IceFlake
  • @Sebastian
  • @Xmair

NOTE: You need to take care of the Discord rate limit yourself.
#5
Description
After the recent update, IRC has become quite unstable.

Reproducible
Always

What you were doing when the bug happened
The bots are timing out randomly after an uncertain period of time. It is giving some unwanted responses like:

(~VW7_Staff) PRIVMSG #VW7_Staff PRIVMSG #VW7_Staff PRIVMSG #VW7_Staff PONG [email protected]
(~VW7_Staff) PONG [email protected]
(~VW7_Staff) PONG PING
It doesn't gives any output on using these type of colours ( \x000300 ) and gives these type of stupid outputs when those type of colors are used ( It was working fine before the rel005 update ).

PRIVMSG #VW7_Staff PRIVMSG #VW7_Staff PRIVMSG #VW7_Staff PONG [email protected]
This is how it timedout:
(~VW7_Echo) PRIVMSG #Vicewar7 PONG PING
** VW7_Echo has quit (Ping timeout: 121 seconds)

What you think caused the bug
Not sure.
#6
Well, I was trying to spectate a player.
I first used player.Spec = plr which worked.
then I wanted to stop the player from spectating plr
so, I tried player.Spec = null which crashed the server with an error: std::out_of_range 
then, I tried player.RestoreCamera() which gave no effect.
then, I used player.Spectate(plr) which worked and player was spectating plr and plr left and the server crashed with that same error.

I still didn't get a way to stop someone from spectating.
#7
Applications / Application for IRC Bouncer
Apr 19, 2016, 03:47 PM
User Name: Luckshya
Email Address: I'll pm you on IRC
Network: irc.banshee.fr.liberty-unleashed.co.uk (LUNet)
#8
General Discussion / Function Help!
Nov 02, 2015, 03:51 PM
How can i make a function run after every second for unlimited times?
#9
Support / Server not on masterlist
Oct 25, 2015, 07:58 AM
Hey guys, i recently forwarded my port and checked it through thijn's ip checker, it's not on master list, why?
#10
Support / Team kill bug
Sep 05, 2015, 03:02 PM
Same team player can kill a same team player by wep "molo"

Here's the Video

YouTube
https://www.youtube.com/watch?v=DW7Nhg1629Y&feature=youtu.be

Facebook
https://www.facebook.com/100009892184221/videos/o.842389552512417/156785841327821/?type=2&theater¬if_t=video_processed

Like player1 is killing player2 with wep molo..
The life of player2 decreases and the message comes is 'player2 died'..
There is team killing system also but still..
#11
Support / VC:MP Lag!!
Aug 12, 2015, 09:43 AM
Hi Guys, i am facing too much lag while playing vcmp.
How can i fix it and it is not internet Lag.
#12
Support / Irc levels
Jul 15, 2015, 04:42 PM
Anyone tell me how to give someone owner on irc???
#13
Support / How to Add Props Sytem
Jun 14, 2015, 10:13 AM
I want to knw how to add props system.
Like standing on the buy prop pickup and buying it and selling it?
How to add
 I hv added 1 prop in the db.
and added this in main.nut but still not pickup coming.

Quotefunction onPickupPickedUp( player, pickup )
{   
    pickup.RespawnTime = 2;
   if ( pickup.Model == 407 )
   {
       local q = QuerySQL( db, "SELECT * FROM Props WHERE rowid='" + pickup.ID + "'" );
      if ( q )
      {
      ePrivMessage( "===> " + GetSQLColumnData( q, 0 ) + " <===", player );
      ePrivMessage( "ID:[ " + pickup.ID + " ] Cost:[ $" + GetSQLColumnData( q, 1 ) + " ] Owner:[ " + GetSQLColumnData( q, 2 ) + " ] Share:[ " + GetSQLColumnData( q, 3 ) + " ]", player );
      ePrivMessage( "Forsale:[ " + CheckForsale( pickup.ID ) + " ]", player );
       }
   }
}
and at tht loc pickup not coming
can u tell me wht to do next.
I hv not done anything more.
#14
Support / Error: Entry Point Not Found
Jun 13, 2015, 12:01 PM