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

Showing results 1 to 25 of 53
Search took 0.01 seconds.
Search: Posts Made By: PersianMG
Forum: General 07-08-2015, 06:43
Replies: 102
Views: 31,498
Posted By PersianMG
Re: Valve's request to CS:GO community owners

I don't think they will rewrite any code just to fix this issue.
They will simply just blacklist servers that don't comply with their rules.
Forum: Scripting 07-04-2015, 03:00
Replies: 5
Views: 1,858
Posted By PersianMG
Get Wear Level of CS:GO Weapon

Any idea how to do this? Is it possible?
I know its possible using steam API with a API code.

Right now I got a plugin which basically does:
new Float:wearLevel = GetEntPropFloat(weapon,...
Forum: Scripting 06-28-2015, 09:37
Replies: 4
Views: 692
Posted By PersianMG
Re: clientprefs cookie size limited?

Ah okay. Already went ahead and split up the cookies so no no worries :p
Forum: Scripting 06-28-2015, 06:56
Replies: 4
Views: 692
Posted By PersianMG
clientprefs cookie size limited?

So I'm exporting a list of floats to a list, separated by a ';' as a cookie.

Example output:
-1.000000;0.899999;-1.000000;-1.000000;-1.000000;-1.000000;-1.000000;-1.000000;-1.000000;-1.000000;
...
Forum: Plugins 06-16-2015, 21:17
Replies: 606
Views: 309,381
Posted By PersianMG
Re: [CS:GO] Web Shortcuts CS:GO version v2.3

Not sure if troll or serious.

Anyway, for anyone who has a HTTPS only website, see this post and you'll see the plugin modification required to make it work:...
Forum: Plugins 06-12-2015, 07:52
Replies: 606
Views: 309,381
Posted By PersianMG
Re: [CS:GO] Web Shortcuts CS:GO version v2.3

So does any have any idea on how to make the shortcuts work with HTTPS only websites?
Forum: Scripting 06-09-2015, 00:01
Replies: 4
Views: 1,043
Posted By PersianMG
Re: Problem sqlite

Absolutely hate it when someone comes back to post "Solved it" without saying what they did.
Forum: Plugins 06-05-2015, 19:49
Replies: 606
Views: 309,381
Posted By PersianMG
Re: [CS:GO] Web Shortcuts CS:GO version v2.3

Is this plugin still working? Seems to not work right now (v2.3)?

Edit: It seems like it fails for HTTPS websites.
Ie if I have: https://www.example.com it seems to fail.
Both http and https...
Forum: General 05-27-2015, 05:54
Replies: 123
Views: 25,235
Posted By PersianMG
Re: Csgo BLOODHOUND update

It seems for myself personally, installing the latest metamod snapshot has fixed it.

Edit: Nope looks like there are issues, sm isn't running.
Forum: Unapproved Plugins 04-18-2015, 02:18
Replies: 585
Views: 521,191
Posted By PersianMG
Re: [CS:GO] weapon paints v1.6.4

This happens to me as well. Would you happen to have the !knife plugin on your server?

The crashes that happen occur on round_end but I haven't been able to reproduce the crash.
Forum: Unapproved Plugins 04-17-2015, 09:51
Replies: 585
Views: 521,191
Posted By PersianMG
Re: [CS:GO] weapon paints v1.6.4

Hmm might be a limit problem then. I'll try removing it for a while to further test.
Forum: Unapproved Plugins 04-17-2015, 09:47
Replies: 585
Views: 521,191
Posted By PersianMG
Re: [CS:GO] weapon paints v1.6.4

Looks like the plugin crashes on my server.

Had a look at the source and cleaned some stuff up but it still crashes.
Perhaps its going over the prop limit or something is happening when a large...
Forum: Plugins 04-01-2015, 04:32
Replies: 606
Views: 309,381
Posted By PersianMG
Re: [CS:GO] Web Shortcuts CS:GO version v2.2

Yeah update broke the plugin.

Could you make a 1.6 compatible version of the plugin if you update it <3
I have other plugins that only work on 1.6 so i'm not up to date with sourcemod (got last...
Forum: Off-Topic 03-31-2015, 20:19
Replies: 36
Views: 7,290
Posted By PersianMG
Re: Nice aprils fools joke AlliedModders

This will not be a productive day!
Forum: Zombie:Reloaded 03-24-2015, 09:22
Replies: 4
Views: 1,201
Posted By PersianMG
Re: Getting crash on every round end

I get this crash as well on my server.


No clue what the issue is. I don't have zombie:reloaded either.
Forum: Plugins 02-24-2015, 11:09
Replies: 606
Views: 309,381
Posted By PersianMG
Re: [CS:GO] Web Shortcuts CS:GO version v2.2

Hey thanks so much for a 1.6 version :D <3
Forum: Plugins 02-23-2015, 03:38
Replies: 606
Views: 309,381
Posted By PersianMG
Re: [CS:GO] Web Shortcuts CS:GO version v2.2

Franc1sco, any chance of making this work with Sourcemod 1.6 (or a 1.6 snapshot).

I have a plugin that only works on 1.6 (1.7 breaks it) and I want to revert back to 1.6 but want this plugin to...
Forum: Store 02-22-2015, 06:19
Replies: 469
Views: 279,133
Posted By PersianMG
Re: Store Beta [1.2-beta fork3]

Wait so are you saying this version works with Sourcemod 1.7?
I'm just about to rollback to 1.6 :p
Forum: Scripting 02-22-2015, 05:54
Replies: 5
Views: 1,949
Posted By PersianMG
Infinite HE/Decoy grenades issue

So as a part of a plugin I have some code that gives you infinite HE grenades or infinite decoy grenades for 1 round. The nade is the only 'weapon' you have to use for the entire round (you can't...
Forum: Store 02-18-2015, 20:35
Replies: 14
Views: 5,480
Posted By PersianMG
Re: Pls help !!

Ah that is a shame, another plugin I use got updated and only works in 1.7.
I guess i'll wait for a while to see if you update it/sourcemod has a minor update before reverting back to 1.6.

Thanks...
Forum: General 02-14-2015, 02:23
Replies: 14
Views: 8,776
Posted By PersianMG
Re: [CS:GO] Player arms/weapon/guns disappearing randomly.

I took a break from trying to debug but now i'm almost certain its either: redie or store plugin

This seems to be what happens:
1. Player A kills player B
2. Player A performs some action
3....
Forum: Plugin/Gameplay Ideas and Requests 01-16-2015, 09:12
Replies: 3
Views: 959
Posted By PersianMG
Re: [Req] Paying! Need a bug fixed on server

I already disabled the plugin and it occured.

The plug is manually made by me, it allows you change between viewpoints using !firstperson and !thirdperson. However, nearly no one uses this command...
Forum: Store 01-15-2015, 08:34
Replies: 0
Views: 563
Posted By PersianMG
Equipment - Hats/Glasses are backwards

So all hats/glasses that are part of equipments show up backwards for me.

I've tried tweaking with the 'pitch yaw roll' angle setting but I just cant seem to make it work.

All hate seem to be...
Forum: Plugin/Gameplay Ideas and Requests 01-15-2015, 04:23
Replies: 3
Views: 959
Posted By PersianMG
[Req] Paying! Need a bug fixed on server

I'm willing to pay some money to whoever helps me fix this issue on my server.
Its been happening a lot and its the only bug on the server.

Here is the thread about it I opened:...
Forum: Suggestions / Requests 01-15-2015, 04:22
Replies: 3
Views: 523
Posted By PersianMG
Re: [Req] Paying! Need a bug fixed on server

Oh my mistake, i'll post there instead.

Could someone close this thread.
Showing results 1 to 25 of 53

 
Forum Jump

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


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