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

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: Zer0_CooL
Forum: General 05-11-2018, 15:35
Replies: 191
Views: 74,407
Posted By Zer0_CooL
Re: [Editor] AMXXPawn for Visual Studio Code

When i setting up includePaths like this:

"amxxpawn.compiler.includePaths":
[
"C:\\AMXX\\Compiler\\1.8.3\\include",
"${fileDirname}\\include"
],

and put my...
Forum: Scripting Help 03-18-2016, 11:11
Replies: 0
Views: 388
Posted By Zer0_CooL
How to get texture name

public plugin_init()
{
....
RegisterHam(Ham_Touch, "info_target", "fwd_Ham_Touch");
....
}

public fwd_Ham_Touch(myEnt, entTouched)
{
...
Forum: Code Snippets/Tutorials 02-26-2016, 23:21
Replies: 167
Views: 97,499
Posted By Zer0_CooL
Re: [Info] Counter-Strike pvPrivateData offsets

I just want to know, how to use this offset.


stock some_function(iPlayer)
{
new iWeapon = fm_get_user_weapon_entity(iPlayer);

// isAk47Deployed - always 0. Why?
new isAk47Deployed =...
Forum: Code Snippets/Tutorials 02-25-2016, 23:29
Replies: 167
Views: 97,499
Posted By Zer0_CooL
Re: [Info] Counter-Strike pvPrivateData offsets

Please, any one show example how to use m_fIsDeployed_AK47 offset ?
Forum: Code Snippets/Tutorials 01-30-2016, 11:37
Replies: 95
Views: 58,023
Posted By Zer0_CooL
Re: ham_give_weapon and ham_strip_weapon

What difference between this

stock ham_give_weapon(id,weapon[])
{
if(!equal(weapon,"weapon_",7)) return 0;

new wEnt =...
Forum: Scripting 12-05-2014, 06:38
Replies: 0
Views: 601
Posted By Zer0_CooL
[CS:GO] Hooking restart

How I can hook the restart event? For AMXX this looks like:
register_event("TextMsg", "event_restart", "a", "2&#Game_C", "2&#Game_w")
How to do the same with using SourceMod?
Forum: CSDM 03-30-2014, 10:37
Replies: 552
Views: 402,917
Posted By Zer0_CooL
Re: CSDM 2.1.3c KWo beta

How can I solve this problem?

CSDM 2.1.3c
Forum: Scripting Help 08-27-2012, 12:08
Replies: 1
Views: 987
Posted By Zer0_CooL
Function equal

array1[20][22] = { "string" }
array2[] = "string"

if ( equal ( array1[0][0], array2[0] ) ) // equal returns false

Why equal returns false? What's wrong?
Forum: Scripting Help 07-30-2012, 13:52
Replies: 6
Views: 5,243
Posted By Zer0_CooL
How check whether the string is empty?

Hello guys!
How check whether the string is empty?
new StringText[512]

...........
...........
...........

if (StringText[0]=='^n')
return true // string is empty
Showing results 1 to 9 of 9

 
Forum Jump

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


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