Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 213
Search took 0.01 seconds.
Search: Posts Made By: Abhinash
Forum: Scripting Help 01-18-2023, 15:22
Replies: 15
Views: 1,752
Posted By Abhinash
Re: Plugin auto update

Mind sharing your code ?
Forum: Zombie Plague Mod 12-16-2022, 13:17
Replies: 8
Views: 3,607
Posted By Abhinash
Re: problem with Zombie OutStanding stats

Cs almost dead my Youseff from CSBD.
Forum: Scripting Help 02-27-2022, 15:27
Replies: 10
Views: 1,152
Posted By Abhinash
Re: Server crash with Sv Hull no model error

It's happening Randomly on all maps
Forum: Scripting Help 02-27-2022, 10:25
Replies: 10
Views: 1,152
Posted By Abhinash
Re: Server crash with Sv Hull no model error

No man, it's steam server ....
But still...
Forum: Scripting Help 02-25-2022, 17:25
Replies: 10
Views: 1,152
Posted By Abhinash
Re: Server crash with Sv Hull no model error

FATAL ERROR (shutting down): SV_HullForBsp: Hit a worldspawn with no model ()
Segmentation fault
Forum: Scripting Help 02-25-2022, 11:28
Replies: 10
Views: 1,152
Posted By Abhinash
Server crash with Sv Hull no model error

Guys my server is crashing with Sv Hull no model error in console
Anyone knows why this happens and how to prevent it ?
Forum: Code Snippets/Tutorials 09-19-2021, 10:58
Replies: 100
Views: 74,687
Posted By Abhinash
Re: [TUT] Bits, Bit-fields, and Bit-wise Operators

Ofcourse not. Both of them are not active at the same time. Only one at a time. And that is also reset at the round end to g_roundtype = R_NONE where value of R_NONE in the left bit shifting enum is...
Forum: Code Snippets/Tutorials 09-16-2021, 20:56
Replies: 100
Views: 74,687
Posted By Abhinash
Re: [TUT] Bits, Bit-fields, and Bit-wise Operators

Out of curiosity I just created a mod which currently has 32 different round types. Maybe in future I will add more. That's why I asked and also for knowledge. Because I am also learning C and C++.
Forum: Code Snippets/Tutorials 09-16-2021, 09:02
Replies: 100
Views: 74,687
Posted By Abhinash
Re: [TUT] Bits, Bit-fields, and Bit-wise Operators

Any link or the way to do it would be usefull ...
Forum: Code Snippets/Tutorials 09-16-2021, 03:00
Replies: 100
Views: 74,687
Posted By Abhinash
Re: [TUT] Bits, Bit-fields, and Bit-wise Operators

So the result is 32 assuming cell as an signed 4 byte integer.
As in C++ also the max we can go is 32 items.

And how do you plan to exceed that 32 limit ?
Can you please show ?
Forum: Code Snippets/Tutorials 09-16-2021, 00:18
Replies: 100
Views: 74,687
Posted By Abhinash
Re: [TUT] Bits, Bit-fields, and Bit-wise Operators

So, how many items can I have then 50, 100, 200 ?
Forum: Code Snippets/Tutorials 09-15-2021, 03:18
Replies: 100
Views: 74,687
Posted By Abhinash
Re: [TUT] Bits, Bit-fields, and Bit-wise Operators

@Bugsy.
With the method of bit shifting in Enum.
How many items can we have in Enum ?
Forum: General 09-07-2021, 21:44
Replies: 191
Views: 75,497
Posted By Abhinash
Re: [Editor] AMXXPawn for Visual Studio Code

In my case the file was properly detected and also the Syntax Highlighting worked but not the compile functions. So I did few changes which I mentioned above and it worked.
Forum: General 09-04-2021, 12:56
Replies: 191
Views: 75,497
Posted By Abhinash
Re: [Editor] AMXXPawn for Visual Studio Code

The problem is actually with the new version of VS Code in Windows.
The things which I changed are --

Changed this part --
"activationEvents": [
"onLanguage:amxxpawn"

To --...
Forum: Module Coding 07-25-2021, 09:08
Replies: 2
Views: 4,558
Posted By Abhinash
Forum: Scripting Help 07-25-2021, 09:07
Replies: 1
Views: 801
Posted By Abhinash
Re: Help me setup VS Code

The latest version of this extension doesn't work with the latest version of VS Code.
Because when you click on Compile Plugin or Compile Plugin Locally, it will always give an error "command...
Forum: General 07-25-2021, 09:05
Replies: 191
Views: 75,497
Posted By Abhinash
Re: [Editor] AMXXPawn for Visual Studio Code

The latest version of this extension doesn't work with the latest version of VS Code.
Because when you click on Compile Plugin or Compile Plugin Locally, it will always give an error "command...
Forum: Scripting Help 07-25-2021, 04:01
Replies: 1
Views: 801
Posted By Abhinash
Help me setup VS Code

Hey guys.
I am trying to setup VS Code for AMXX Plugins.
But I am not able to compile.

Here is the error when I try to compile any plugin --
https://imgur.com/a/tr7OsCc

Here is my Settings...
Forum: Zombie Plague Mod 06-29-2021, 19:59
Replies: 2
Views: 8,362
Posted By Abhinash
Forum: Scripting Help 03-11-2021, 19:48
Replies: 10
Views: 1,309
Posted By Abhinash
Re: SQL Problem

Thanks Bugsy and sorry for late reply.
I will try that and let you know the result.
Forum: Scripting Help 03-07-2021, 03:12
Replies: 10
Views: 1,309
Posted By Abhinash
Re: SQL Problem

Exactly.
I want to select data only if the steamid and name of the player matches, else don't.
But when doing this a new row is getting added on every connect and the old row is left behind and not...
Forum: Scripting Help 03-06-2021, 14:28
Replies: 10
Views: 1,309
Posted By Abhinash
SQL Problem

I am using SQLite.
But when I am table data with 2 conditions the columns are getting added every time I start server.
Means everytime I am creating server the columns are getting repeated.
...
Forum: Scripting Help 03-04-2021, 11:31
Replies: 5
Views: 940
Posted By Abhinash
Re: Can I show PHP in a motd ?

Thanks a lot for the information.
Forum: Scripting Help 03-03-2021, 06:47
Replies: 5
Views: 940
Posted By Abhinash
Can I show PHP in a motd ?

Hey guys.
I was wondering wether I can show a PHP file in a motd which is located in my Addons folder
Forum: Scripting Help 03-03-2021, 06:44
Replies: 2
Views: 569
Posted By Abhinash
Re: MySQL causing server crash

Update: Switched to SQLite and Problem solved
Showing results 1 to 25 of 213

 
Forum Jump

All times are GMT -4. The time now is 13:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode