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

Showing results 1 to 25 of 193
Search took 0.01 seconds.
Search: Posts Made By: ofir753
Forum: Scripting 01-07-2019, 12:48
Replies: 4
Views: 1,235
Posted By ofir753
Re: Storing a variable for each player

Learn about arrays and look for examples later.
Forum: Scripting 01-02-2019, 06:57
Replies: 2
Views: 1,040
Posted By ofir753
Re: Which is faster FloatToString or StrCat ?

It's the same, FloatToString calling sprintf, https://github.com/alliedmodders/sourcemod/blob/master/core/logic/smn_string.cpp#L175
Forum: Scripting 12-22-2018, 14:00
Replies: 43
Views: 106,475
Posted By ofir753
Re: Enum Structs Available This Holiday Season

Looks great but why 'enum' is needed its seems like c struct
Forum: Scripting 12-11-2018, 02:00
Replies: 11
Views: 2,232
Posted By ofir753
Re: Memory leak on ADT Arrays

Sometimes its easier to work with pre-allocated array.
Forum: Scripting 12-11-2018, 01:58
Replies: 3
Views: 972
Posted By ofir753
Re: How to create and upload symlink?

https://en.wikipedia.org/wiki/Directory_traversal_attack
Forum: Scripting 10-20-2018, 15:42
Replies: 4
Views: 1,621
Posted By ofir753
Re: [CSGO] Weird Bhop. ReplicateToClient

https://forums.alliedmods.net/showthread.php?t=289075
Forum: Scripting 10-10-2018, 14:31
Replies: 3
Views: 1,007
Posted By ofir753
Re: Variable format specifier

lol I had no idea about that, anyway I though sourcemod using c to format, they don't :(.
I looked at the sm format function, I didn't find the feature you mentioned, anyway this is the case when...
Forum: Scripting 10-10-2018, 13:36
Replies: 3
Views: 1,007
Posted By ofir753
Re: Variable format specifier

As far as I know format are not recursive, at least not in c.
Forum: Scripting 07-13-2017, 15:47
Replies: 9
Views: 1,760
Posted By ofir753
Re: Storing a list of int values in a file

Read about sorting, if you are not experienced with sorting try use bubble sort or insertion sort, if you want more efficency use merge sort.
Forum: Scripting 07-13-2017, 14:53
Replies: 6
Views: 2,536
Posted By ofir753
Re: [CS:S/CS:GO] Multiple players with the same name?

I dont think you can control the suffix, but im pretty sure you can hook the name changes of the players and kick or block the rename if its !replay or something like that.

If you want multiple...
Forum: Extensions 05-31-2017, 07:16
Replies: 116
Views: 115,323
Posted By ofir753
Re: REST in Pawn

Looks amazing, will use for sure!
Forum: Source Servers (SRCDS) 03-20-2017, 07:56
Replies: 60
Views: 40,083
Posted By ofir753
Re: Hud text is now supported in csgo!

I have been use it for timer hud
http://i.imgur.com/lyJAxST.jpg
Forum: Scripting 03-19-2017, 15:52
Replies: 3
Views: 4,980
Posted By ofir753
Re: [CS:GO] Custom Hud ?! (GOTV)

Wow this is awesome!
Mods you can close this.
Forum: Scripting 03-19-2017, 15:44
Replies: 3
Views: 4,980
Posted By ofir753
[CS:GO] Custom Hud ?! (GOTV)

Hey, its the first time I have joined gotv of an ESEA match and I was suprised there is a custom hud without any client running in my pc, anyone have any idea how they did this? (Top Right Corner)
...
Forum: Unapproved Plugins 03-12-2017, 17:56
Replies: 24
Views: 15,417
Posted By ofir753
Re: [CS:GO] Knife v1.0

10/10 name choice
10/10 code skill
10/10 ban from valve
Forum: Scripting 03-02-2017, 07:56
Replies: 11
Views: 1,929
Posted By ofir753
Re: Menu numbering

Instead of | 7, use #7 it will be much more clear to the players
Forum: Scripting 10-30-2016, 06:52
Replies: 23
Views: 4,157
Posted By ofir753
Re: Code styles - prefered, readability & performance

As you see its a personal preference, anyway an experienced coder could read all of them but I personally prefer the 2nd option.
Forum: Snippets and Tutorials 10-28-2016, 10:06
Replies: 14
Views: 14,539
Posted By ofir753
Forum: Snippets and Tutorials 10-16-2016, 15:00
Replies: 6
Views: 6,182
Posted By ofir753
Re: [CS:GO] Toggle new auto bhop cvar for client

You are not receiving the valve autobhop (by server), if you will have in the server autobhop 0, and in the client autobhop 1, the player will get stuck in the air (by client side) as long as he hold...
Forum: Snippets and Tutorials 10-14-2016, 16:32
Replies: 6
Views: 6,182
Posted By ofir753
Re: [CS:GO] Toggle new auto bhop cvar for client

Yep, the whole idea is to make the cvar disabled by the server (won't confirm autobhop in the server side) and make the cvar enabled to clients while it use the old server sided autobhop, like that...
Forum: Plugins 10-14-2016, 15:18
Replies: 300
Views: 233,408
Posted By ofir753
Re: [CS:GO] Retakes 1.5

New inferno spawns added.
Forum: Snippets and Tutorials 10-14-2016, 07:53
Replies: 6
Views: 6,182
Posted By ofir753
[CS:GO] Toggle new auto bhop cvar for client

Hey,

If you are intersted how to make use of the new cvar "sv_autobunnyhopping" different for each client (not all clients will have autobhop) you might wanna take a pick of this snippet.
Btw...
Forum: Plugins 09-23-2016, 05:10
Replies: 19
Views: 20,445
Posted By ofir753
Re: [CS:GO] Executes 1.0b

Try use "!site b" instead of "!site B"
Forum: Plugins 09-12-2016, 17:44
Replies: 19
Views: 20,445
Posted By ofir753
Re: [CS:GO] Executes 1.0b

Last time splewis built the retakes plugin he wrote at his site that he wouldn't publish it and it will remain private, so I dont know the state of this plugin either.
Forum: Plugins 09-12-2016, 16:21
Replies: 19
Views: 20,445
Posted By ofir753
[CS:GO] Executes 1.0b

[CS:GO] Executes:
The plugin sets up a random execute in the map.
Once again the idea was taken from splewis becasue he didn't published it i re-created it for the public i hope you will enjoy
...
Showing results 1 to 25 of 193

 
Forum Jump

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


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