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

Showing results 1 to 25 of 328
Search took 0.01 seconds.
Search: Posts Made By: pacheco
Forum: Scripting Help 04-02-2015, 20:30
Replies: 9
Views: 2,755
Posted By pacheco
Re: Help with pev_groupinfo

Bump. I still don't know how to do it! Help here..?! :?:
Forum: Zombie Plague Mod 02-21-2015, 16:07
Replies: 182
Views: 93,144
Posted By pacheco
Re: [ZP] Zombie: The Hero Mod [Author: m4m3ts]

m4m3ts, do you have thanatos for download?
Forum: Scripting Help 12-28-2014, 13:23
Replies: 9
Views: 2,755
Posted By pacheco
Re: Help with pev_groupinfo

Thank you for answer, but didn't work. CT and TR can pass through entity. When I type "test3" in console, ent disappears (invisible) to me.
Forum: Scripting Help 12-27-2014, 14:39
Replies: 9
Views: 2,755
Posted By pacheco
Re: Help with pev_groupinfo

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <zombieplague>

#define PLUGIN "Solid y NO Solid"
#define AUTHOR "Gonza.-*"
#define VERSION "1.0"

new g_ent...
Forum: Scripting Help 12-25-2014, 17:52
Replies: 9
Views: 2,755
Posted By pacheco
Re: Help with pev_groupinfo

I tried and it doesn't work well. Sometimes CT and TR have it.

Ent's part (CT id):

set_pev(ent, pev_groupinfo, pev(ent, pev_groupinfo) | id);

CT/TR part:
TR: set_pev(ent, pev_groupinfo,...
Forum: Scripting Help 12-22-2014, 20:28
Replies: 9
Views: 2,755
Posted By pacheco
Help with pev_groupinfo

I'm trying to make one entity SOLID_NOT for CT and SOLID for TR. I read here about pev_groupinfo and tried it. It works, but have one problem: i can pass not only in the ent, but through the enemies...
Forum: Zombie Plague Mod 12-01-2014, 19:40
Replies: 8,632
Views: 6,656,026
Posted By pacheco
Re: [Zp] Another Zombie's models Collection

Someone can convert these models ( http://zombie-mod.ru/counter-strike/models/modeli-oruzhiya/12549-newmodels-m4a1-s-transformers.html ) to "normal" m4a1? Thanksss.

Why "normal m4a1"? Because this...
Forum: New Plugin Submissions 11-09-2014, 18:09
Replies: 277
Views: 264,546
Posted By pacheco
Re: Admin Prefixes V4.0 by m0skVi4a ;]

I want prefix "[A]", which flag is "a" and I have prefix "[B]" in the configuration file, which flag is "b". I have both flags. How to enable only prefix [A] for me?
Forum: Off-Topic 08-06-2014, 17:17
Replies: 65
Views: 23,269
Posted By pacheco
Re: [ZP] Open Project: Teaching Mathematics in CS 1.6

Sounds good!


Would be nice if you do it to ZP4.3 too.
Forum: Off-Topic 08-01-2014, 18:04
Replies: 44
Views: 20,760
Posted By pacheco
Re: [PT] Portugueses here?

o/

http://lockgamer.files.wordpress.com/2013/07/hue-hue-hue-br.jpg
Forum: Zombie Plague Mod 07-22-2014, 22:18
Replies: 36
Views: 6,866
Posted By pacheco
Re: [HELP] Different lighting on different maps

The best way is to put mapname.cfg on amxmodx/configs/maps with zp_lighting X cvar.
Forum: Approved Plugins 07-16-2014, 21:05
Replies: 17
Views: 16,717
Posted By pacheco
Re: Knife: Banhammer v1.0

Nice idea! GJ hahah
Forum: Suggestions / Requests 07-06-2014, 17:45
Replies: 2
Views: 550
Posted By pacheco
Re: [HELP] Nvault to fvault

Try

new const g_savedata[] = "xp"

public SaveData(id)
{
new AuthID[35]
get_user_authid(id,AuthID,34)

new vaultkey[64],vaultdata[256]
Forum: Off-Topic 02-28-2014, 16:50
Replies: 3,182
Views: 1,112,135
Posted By pacheco
Re: *~Mindless Pic Thread~*

http://www.redeesgoto.com/wp-content/uploads/2014/01/xhue-hue-hue-br.jpg.pagespeed.ic.-rfIO73ZxP.jpg
Forum: Scripting Help 12-30-2013, 20:07
Replies: 3
Views: 990
Posted By pacheco
Re: Help with parse

I can't, because it's a nfvault file, and it can have space or can't have space too. Thanks.


I thought quotes wouldn't work.. but for now it's ok. Thanks.
Forum: Scripting Help 12-29-2013, 13:18
Replies: 3
Views: 990
Posted By pacheco
Help with parse

I want to parse string with one way that parse string with space, look


string = "pacheco alliedmodders 100 200" // Name, Number, Number
parse(string, sz1, charsmax(sz1), sz2, charsmax(sz2),...
Forum: Scripting Help 12-27-2013, 20:02
Replies: 0
Views: 757
Posted By pacheco
Problem to Save with nfvault

I have one trouble with saving system. It's saving in already exists data, but I want to create another data, but with different key. Look:


;user1
"name" "MyNameHere"
"steamid" "MySteamIDHere"...
Forum: Off-Topic 12-25-2013, 17:32
Replies: 14
Views: 2,234
Posted By pacheco
Re: Merry Christmas

Merry xmas! =)
Forum: Scripting Help 10-19-2013, 19:45
Replies: 0
Views: 671
Posted By pacheco
[Solved] nfvault - nfv_get_num

For now it's solved. =)

Hello. I can't understand how to use the native correctly.

/**
* Retrieves data as number form in file under key and name.
*
* @param filename The file...
Forum: Off-Topic 10-15-2013, 21:42
Replies: 236
Views: 42,363
Posted By pacheco
Re: Speed Test Thread!

http://www.speedtest.net/result/3036101637.png
Forum: Suggestions / Requests 09-11-2013, 21:23
Replies: 11
Views: 2,716
Posted By pacheco
Re: [REQ] HeadShot with fade colored

#include < amxmodx >

new g_iMsgScreenFade;

public plugin_init( )
{
register_event( "DeathMsg", "EventDeath", "a", "1>0", "3=1" );

g_iMsgScreenFade = get_user_msgid( "ScreenFade" );
}
Forum: Zombie Plague Mod 08-17-2013, 16:46
Replies: 18
Views: 4,370
Posted By pacheco
Re: [HELP] Give semiclip to owner

Thanks. But we have one problem. We have to check it better, because, if two player in different team touch at the same time? The pallets have to continue SOLID_BBOX for one player and SOLID_NOT for...
Forum: Zombie Plague Mod 08-11-2013, 15:28
Replies: 18
Views: 4,370
Posted By pacheco
Re: [HELP] Give semiclip to owner

I'm trying to do one thing like this, but Connor said AddToFullPack isn't the correct method to do this..
(https://forums.alliedmods.net/showthread.php?t=219856)

I still don't know how to do
Forum: Scripting Help 08-10-2013, 18:02
Replies: 2
Views: 1,045
Posted By pacheco
Re: API Problem

Thanks Connor! Works!
Forum: Scripting Help 08-10-2013, 17:24
Replies: 2
Views: 1,045
Posted By pacheco
[Solved] API Problem

Hello. I have one register system like zp rabs (https://forums.alliedmods.net/showthread.php?t=168909)
I'm trying to do API for the register system, but I have one problem to get username.

I did...
Showing results 1 to 25 of 328

 
Forum Jump

All times are GMT -4. The time now is 18:48.


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