Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: Airkish
Forum: Off-Topic 04-01-2023, 05:22
Replies: 1
Views: 1,069
Posted By Airkish
Re: Unreal Engine 5 developers

Unity programmers are welcome too :)
Forum: Off-Topic 03-06-2023, 07:55
Replies: 1
Views: 1,069
Posted By Airkish
Unreal Engine 5 developers

Do we have any experienced UE5 developers?
PM me if u have enough experience to build a game from scratch (game is based on cs 1.6 mod)
Forum: Scripting Help 02-01-2020, 08:59
Replies: 11
Views: 3,538
Posted By Airkish
Re: Storing data

User can have multiple skins with same name, so that wouldn't work.



Thanks Bugsy, I'll probably go with this.
Forum: Scripting Help 01-31-2020, 12:55
Replies: 11
Views: 3,538
Posted By Airkish
Re: Storing data

I'm just looking for suggestion on what's the best way to store such data.

My current solution, which I don't feel like is any good:

#define MAX_USER_SKINS 1024 //let's say user can have max...
Forum: Scripting Help 01-29-2020, 09:43
Replies: 11
Views: 3,538
Posted By Airkish
Re: Storing data

I know that.
Player can have multiple skins (skins != models) which uses same model, that's the point.
Think of it like cs:go, where you can have multiple same skins but they have different values...
Forum: Scripting Help 01-29-2020, 01:15
Replies: 11
Views: 3,538
Posted By Airkish
Re: Storing data

I might have missed some info. Skins are retrieved from .cfg file, I thought about storing them in MySQL but it will take more time to load, right? And how would I go about precaching models then?
...
Forum: Scripting Help 01-28-2020, 17:07
Replies: 11
Views: 3,538
Posted By Airkish
Storing data

hey,
looking for suggestions on how to store data into player variable efficiently.

Player can have unlimited count of skins.
Stored data will look something like this in MySQL: id (int),...
Forum: General 01-25-2020, 17:53
Replies: 68
Views: 37,486
Posted By Airkish
Re: Web Compiler 2020 release!

Why would anyone trust this compiler? Source can be stolen, modified, etc.
Forum: General 01-18-2020, 15:06
Replies: 4
Views: 1,504
Posted By Airkish
Re: Where do you promote your plugins?

Problem is, if I write list here I most likely violate alliedmods rules, so I won't do that.
If you want, I can send you a PM
Forum: General 01-18-2020, 10:08
Replies: 4
Views: 1,504
Posted By Airkish
Where do you promote your plugins?

As a student, it's nice to get extra money, as of now I have made some mods for cs1.6 but I can't find a proper place to find any buyers.
As far as I know alliedmods doesn't allow premade plugin...
Forum: Suggestions / Requests 12-22-2019, 11:45
Replies: 9
Views: 2,538
Posted By Airkish
Forum: Suggestions / Requests 11-30-2019, 04:49
Replies: 9
Views: 1,663
Posted By Airkish
Re: SQL Char Support

SQL_SetCharset(g_SqlTuple,"utf8");
Forum: Scripting Help 08-27-2019, 07:11
Replies: 26
Views: 4,039
Posted By Airkish
Re: Need help with sql and amxx.

It's most likely you pass incorrect info to tuple :)
Forum: Scripting Help 08-27-2019, 06:32
Replies: 26
Views: 4,039
Posted By Airkish
Forum: Scripting Help 08-27-2019, 03:24
Replies: 26
Views: 4,039
Posted By Airkish
Re: Need help with sql and amxx.

Here's simple mysql example, just follow it: https://forums.alliedmods.net/showthread.php?t=132686
Forum: Suggestions / Requests 08-14-2019, 11:55
Replies: 77
Views: 8,546
Posted By Airkish
Re: [ReQ] teams switch after round 10

After any team (CT or T) wins 10 rounds - swap teams.
Forum: Suggestions / Requests 07-18-2019, 06:29
Replies: 9
Views: 2,538
Posted By Airkish
Re: bcrypt for amxx

Could you or someone else, im not very familiar with github
Forum: Suggestions / Requests 07-18-2019, 03:07
Replies: 14
Views: 2,999
Posted By Airkish
Re: Command To Work From Web Console Too, Not Only When You Are In Server.

register_concmd("change", "CMD_ModeChange");
or
register_srvcmd("change", "CMD_ModeChange");
Forum: Suggestions / Requests 07-15-2019, 00:58
Replies: 9
Views: 2,538
Posted By Airkish
Forum: Suggestions / Requests 07-01-2019, 02:59
Replies: 9
Views: 2,538
Posted By Airkish
Forum: Scripting Help 06-08-2019, 05:56
Replies: 6
Views: 1,126
Posted By Airkish
Re: Index out of bounds

Your skins.cfg is not written correctly
Forum: Scripting Help 05-30-2019, 09:13
Replies: 7
Views: 1,409
Posted By Airkish
Re: set time for menu item

You can learn about it here: https://forums.alliedmods.net/showthread.php?t=46364

IMO it's way easier.
Forum: Scripting Help 05-30-2019, 08:36
Replies: 7
Views: 1,409
Posted By Airkish
Re: set time for menu item

#include <amxmodx>
#include <amxmisc>

enum _:MENUITEMS
{
TAKE_MONEY
}

new g_iCooldown[33][MENUITEMS];
Forum: Scripting Help 05-27-2019, 13:44
Replies: 4
Views: 1,045
Posted By Airkish
Re: ArrayFindString

Thanks for answers, both working fine, gonna use 'em.
But can anyone tell me why exactly is ArrayFindString doesn't work?

P.S. This plugin is just for testing purposes, since u asked what I'm...
Forum: Scripting Help 05-27-2019, 12:27
Replies: 4
Views: 1,045
Posted By Airkish
ArrayFindString

It doesn't work or am I doing something wrong?
I get -1 even tho Array String is filled with user's name and I'm searching using same variable.

#include <amxmodx>
#include <amxmisc>

#define...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 07:14.


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