Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 60
Search took 0.01 seconds.
Search: Posts Made By: asur
Forum: Module Coding 01-03-2016, 04:08
Replies: 9
Views: 3,287
Posted By asur
Re: [MODULE] Compiling Problem!!!!

Thanks for ur reply and ur suggestion .... I used MSVC to produce the .dll .
But it seems that my host is going to switch to linux soon so now i have to care about .so :cry:
Forum: Module Coding 01-02-2016, 23:52
Replies: 9
Views: 3,287
Posted By asur
Re: [MODULE] Compiling Problem!!!!

Well then what to use, for unix compile AFAIK gcc is the only compiler used.
Forum: Module Coding 01-02-2016, 12:24
Replies: 9
Views: 3,287
Posted By asur
Re: [MODULE] Compiling Problem!!!!

THanks for ur assistance ill try MSVC but still if anyone can help me in mingw for compiling that !!:)
Forum: Module Coding 01-02-2016, 11:49
Replies: 9
Views: 3,287
Posted By asur
Re: [MODULE] Compiling Problem!!!!

well I searched on many c++ forums but failed to solve:cry:
I just wanted to compile for windows only ... idont care about linux .......
Please if u can just tell me how to solve this issue ( for...
Forum: Module Coding 01-02-2016, 10:06
Replies: 9
Views: 3,287
Posted By asur
[MODULE] Compiling Problem!!!!

Well I'm trying to recompile this module https://forums.alliedmods.net/showthread.php?t=170370 but every time i'm getting the following errors :

1. Makefile :
#(C)2004-2005 AMX Mod X Development...
Forum: Module Coding 01-01-2016, 06:02
Replies: 1
Views: 1,241
Posted By asur
Forum: Scripting Help 01-01-2016, 05:25
Replies: 3
Views: 861
Posted By asur
Re: [ORPHEU] Efficiency Help!!!!!!!!!

Well i was just experimenting but was in doubt that wether orpheu works faster than the normal way or not :).
Thanks
Forum: Scripting Help 12-31-2015, 09:57
Replies: 7
Views: 1,531
Posted By asur
Re: set_user_maxspeed() not work

see if there are other plugins which are dealing with client's speed , they maybe interfering.
And the default speed should be 250.0 not 0.0
Forum: Scripting Help 12-31-2015, 03:52
Replies: 5
Views: 3,252
Posted By asur
Re: Knife Kill Bonus

Just change :
new Float:amx_kkb_speed, Float:amx_kkb_speed_time;
to
new amx_kkb_speed, amx_kkb_speed_time;
No errors nd whole plugin will work as usual (no weapon switch prblm)
Forum: Scripting Help 12-31-2015, 00:49
Replies: 3
Views: 861
Posted By asur
[ORPHEU] Efficiency Help!!!!!!!!!

Well guys I have silly question to ask about orpheu as I started playing with it nd i know the basics of orpheu concept but still some doubts are there . :oops:

Well suppose I want to block...
Forum: Scripting Help 12-06-2015, 03:16
Replies: 1
Views: 816
Posted By asur
Block Name Change Display

Hello guys,

Can any1 tell me how can I block the Name Change Display in the chat e.x Barby changed name to garud( NOTE: Not the name change block just the display) as I searched the forum but...
Forum: Scripting Help 10-13-2015, 04:32
Replies: 3
Views: 522
Posted By asur
Forum: Scripting Help 10-10-2015, 09:30
Replies: 3
Views: 522
Posted By asur
Re: Hostage Creating Help!!

-->Create a dummy entity.


Srry but this one is k by adding this >>
-->public plugin_init() {
register_plugin("Hostage Spawner", "1.0", "NONE")
set_task(1.0, "host_spawn")
}
Forum: Scripting Help 10-10-2015, 03:28
Replies: 3
Views: 522
Posted By asur
Hostage Creating Help!!

I dont know y the hostage is spawned above the ground not on the ground.........it is spawning at the height of my character's neck.....

I have calculated the origins from teleport plugin ........
Forum: HL1 Servers (HLDS) 09-19-2015, 11:17
Replies: 13
Views: 4,308
Posted By asur
Re: JailBreak mic voice fix

I didnt say that u r non steamer :3
Forum: Scripting Help 09-19-2015, 08:24
Replies: 1
Views: 368
Posted By asur
How to know who joined last in the server??

How to know which player has joined last in the server in a specific team CT or T ???
Forum: HL1 Servers (HLDS) 09-19-2015, 08:22
Replies: 13
Views: 4,308
Posted By asur
Re: JailBreak mic voice fix

NON Steam :nono:
Forum: HL1 Servers (HLDS) 09-18-2015, 23:08
Replies: 13
Views: 4,308
Posted By asur
Re: JailBreak mic voice fix

This issue is common in server using dproto ........ where a non steam player hears robotic voices of other steam players whereas no issues with steam players!!!!!
Forum: Scripting Help 09-16-2015, 08:47
Replies: 0
Views: 333
Posted By asur
Get damage on ghost players aka spec bug players

Can anyone tell me how to make damage on ghost player by another ghost player .....well u know about a ghost player when u type /spec in a server using amxsupermenu... that type of ghost player.
Forum: Scripting Help 09-05-2015, 23:41
Replies: 1
Views: 329
Posted By asur
Forum: Scripting Help 08-18-2015, 22:48
Replies: 9
Views: 1,662
Posted By asur
Re: Using same nvault data with multiple plugins

Ya I know about native idea but the problem is that 1.amxx is a private plugin to which i dont have the source...... :/
Thanks btw :D
if any other ways do tell me :D
Forum: Scripting Help 08-18-2015, 22:42
Replies: 9
Views: 1,662
Posted By asur
Re: Using same nvault data with multiple plugins

clashing means that if 1.amxx is changing some data in the vault then 2.amxx is overwriting on it making the data previous one only
Forum: Scripting Help 08-18-2015, 11:24
Replies: 9
Views: 1,662
Posted By asur
Using same nvault data with multiple plugins

Hello everyone,

Suppose I want to use same nvault data i.e somedata.vault with 2 plugins consider them 1.amxx & 2.amxx but the problem im encountering is the 2 plugins are clashing with each...
Forum: Scripting Help 08-17-2015, 02:04
Replies: 0
Views: 426
Posted By asur
Taking damage on Ghost Player i.e /spec

Hello everyone. Please tell me the code or guide me that how can i take damage on ghost players.
Like you know when using supermenu we type /spec to go into ghost mod . But normally ghost players...
Forum: New Plugin Submissions 08-17-2015, 00:46
Replies: 16
Views: 9,532
Posted By asur
Re: AMXX Minigames

I didnt get u o.O ........friendlyfire is on but how to block team damage ts o.O ????
Somehow ham_takedamage func is not working as after dying and entering into minigame ghost plrys cant do damage...
Showing results 1 to 25 of 60

 
Forum Jump

All times are GMT -4. The time now is 01:19.


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