Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 66
Search took 0.01 seconds.
Search: Posts Made By: Conan1018
Forum: Scripting Help 04-20-2011, 22:28
Replies: 13
Views: 10,014
Posted By Conan1018
Re: Screen Fade

agreed :)
Forum: Zombie Plague Mod 04-19-2011, 19:26
Replies: 2
Views: 3,392
Posted By Conan1018
Re: remove the fog

check all zpa config files(.ini and .cfg) and disable fog

if fog still exist, put cl_weather 0 and gl_fog 0 in config.cfg and userconfig.cfg
Forum: Off-Topic 04-19-2011, 19:18
Replies: 12
Views: 4,938
Posted By Conan1018
Forum: Off-Topic 04-19-2011, 16:38
Replies: 358
Views: 153,191
Posted By Conan1018
Re: Models models models...

here http://www.mediafire.com/?yaj75o5hdic6e1n
Forum: Suggestions / Requests 04-19-2011, 14:57
Replies: 6
Views: 1,186
Posted By Conan1018
Re: How to make that player download one file

not possible with AMXX. you can tell them to manually download the file(s).
Forum: Zombie Plague Mod 04-19-2011, 14:53
Replies: 33
Views: 7,711
Posted By Conan1018
Re: [REQ] Ammopacks Ranking(?)

no problem. glad can help


i dont get what you mean by that.
Forum: Off-Topic 04-19-2011, 14:50
Replies: 27
Views: 6,154
Posted By Conan1018
Re: Does anyone know that?

which font do you use for your cs? looks nice
Forum: Suggestions / Requests 04-18-2011, 17:22
Replies: 17
Views: 4,156
Posted By Conan1018
Re: downloadurl question..

#include <amxmodx>
#include <amxmisc>

#define DLURL_ACCESS ADMIN_BAN

public plugin_init()
register_concmd("dlurl", "cmdDlUrl", DLURL_ACCESS, "Show server sv_downloadurl")

public...
Forum: Off-Topic 04-18-2011, 16:48
Replies: 27
Views: 6,154
Posted By Conan1018
Re: Does anyone know that?

also in cs_assult, there's a hiding place inside the red container
Forum: Suggestions / Requests 04-18-2011, 14:58
Replies: 17
Views: 4,156
Posted By Conan1018
Re: downloadurl question..

well, to hide sv_downloadurl you can use client_cvar_guard and enforce developer 0 to all client.
Forum: Trash 04-18-2011, 14:22
Replies: 2
Views: 1,078
Posted By Conan1018
Re: [REQ] Simple VIP for steam

so basically not all of your player uses steam..
hmm.. interesting

how do you crack hlds? can share with us? :mrgreen:
Forum: Zombie Plague Mod 04-17-2011, 16:26
Replies: 33
Views: 7,711
Posted By Conan1018
Re: [REQ] Ammopacks Ranking(?)

Here. This still can be optimised tho.

/*

*Credits*
(70%) hleV - http://forums.alliedmods.net/showthread.php?p=1092490
(20%) PomanoB -...
Forum: Off-Topic 04-17-2011, 01:47
Replies: 130
Views: 77,860
Posted By Conan1018
Re: ZacnG ModelS

oh thanks
another mirror: http://www.gamebanana.com/tools/4907
Forum: Scripting Help 04-17-2011, 01:45
Replies: 40
Views: 9,495
Posted By Conan1018
Re: Read, write, compare cfg file

owh i see. k then thanks for the explanation. everyday is a learning day :mrgreen:
Forum: Off-Topic 04-16-2011, 21:29
Replies: 130
Views: 77,860
Posted By Conan1018
Re: ZacnG ModelS

@Exolent, thanks for replying but it dont work. im using the edited model by makiza and it works

@makiza, yay thanks. mind showing me how you do it?
Forum: Scripting Help 04-16-2011, 21:16
Replies: 40
Views: 9,495
Posted By Conan1018
Re: Read, write, compare cfg file

but then trim will remove spaces between steamid and the comment part. then parse will detect the whole line (steamid + comment) as parsedsteamid. hope you get what i mean

EDIT: i think !szData[0]...
Forum: Off-Topic 04-16-2011, 20:29
Replies: 130
Views: 77,860
Posted By Conan1018
Re: ZacnG ModelS

tried it. it makes all weapon on left side, including the stupid knife model
Forum: Scripting Help 04-16-2011, 20:09
Replies: 40
Views: 9,495
Posted By Conan1018
Re: Read, write, compare cfg file

nevermind, after comparing 5 plugins i think i got it. yes i used parse method. still, thanks fysiks for replying

here's what i did

.... new parsedsteamid[33]

while(!feof(f))
...
Forum: Off-Topic 04-16-2011, 18:43
Replies: 130
Views: 77,860
Posted By Conan1018
Re: ZacnG ModelS

weird thing is when i use this model with cl_righthand 1, the knife is on leftside, and vice versa. it happen only with this model. other knife models and other weapon models work perfectly. strange...
Forum: Off-Topic 04-16-2011, 17:35
Replies: 130
Views: 77,860
Posted By Conan1018
Re: ZacnG ModelS

@ZacnG, i have 1 request. can you flip the hand of this model for me?. switch right hand with left hand.
Forum: Scripting Help 04-16-2011, 16:57
Replies: 40
Views: 9,495
Posted By Conan1018
Re: Read, write, compare cfg file

the first character in a line is szData[0]. but whats the character after the steamid? i really dont know. should it be szData[16]? but not all steamid has 16 characters.
Forum: Scripting Help 04-16-2011, 08:03
Replies: 40
Views: 9,495
Posted By Conan1018
Re: Read, write, compare cfg file

hate to revive a 1 year old thread but i need help with the code on post #13 by Bugsy. Can someone edit that code so that i can put inline comment? Meanings, it will ony read a line until it found a...
Forum: Suggestions / Requests 04-15-2011, 05:21
Replies: 44
Views: 19,741
Posted By Conan1018
Re: !!!new cool idea PORTAL GUN!!!

I think this portal gun can be implemented in your CTF plugin. for the CTF, it would be awesome if you can make it like TFC gameplay. with classes, abilities and different models for each class. this...
Forum: General 04-14-2011, 10:51
Replies: 5
Views: 2,324
Posted By Conan1018
Re: [REQ] rebuild compiler.exe

oh. thanks for the tips. i didnt know that this whole time
Forum: General 04-13-2011, 17:28
Replies: 5
Views: 2,324
Posted By Conan1018
Re: [REQ] rebuild compiler.exe

yes i do know about command line and drag and drop 1 file onto compiler.exe but sometimes im editing 3 or 4 plugins at a time and i want to compile all and its easier just to double click compiler.exe
Showing results 1 to 25 of 66

 
Forum Jump

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


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