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

Showing results 1 to 25 of 69
Search took 0.00 seconds.
Search: Posts Made By: Dyaus
Forum: Zombie Plague Mod 05-07-2022, 06:11
Replies: 8
Help / Support [ZP] Lasermine help
Views: 1,219
Posted By Dyaus
Re: [ZP] Lasermine help

the sma you shared from this post already has a menu implanted in it , are you not using this plugin ?

share the sma of the one you're using so we can try to edit it then
Forum: Zombie Plague Mod 05-03-2022, 05:41
Replies: 1
Views: 1,030
Posted By Dyaus
Re: Where can I find the plugin.

https://zppv.boards.net/thread/4886/counter-strike-addons-zombie-advanced

both are zp 6.2 but the one from your video was edited by the owner of that server , the link above is an edit by a...
Forum: Zombie Plague Mod 05-02-2022, 14:11
Replies: 8
Help / Support [ZP] Lasermine help
Views: 1,219
Posted By Dyaus
Re: [ZP] Lasermine help

i believe that the plugin already has a menu from what i remember in the sma last time i saw ? is that menu not working properly ?
Forum: Suggestions / Requests 04-27-2022, 08:54
Replies: 8
Solved plugin
Views: 856
Posted By Dyaus
Re: plugin

in zombie plague different zombie classes have different speed so in the unfreeze phase you need to set it back to original zombie speed not the default 250.0 value , use a variable to store the...
Forum: Zombie Plague Mod 04-24-2022, 18:42
Replies: 8
Help / Support [ZP] Lasermine help
Views: 1,219
Posted By Dyaus
Re: [ZP] Lasermine help

this is where edit will take place

Tripmine_Spawn(pOwner)

and this is the line you're going to edit.

entity_set_size(pTripmine, Float:{-8.0, -8.0, -8.0}, Float:{8.0, 8.0, 8.0});

this is a...
Forum: Zombie Plague Mod 04-24-2022, 16:21
Replies: 8
Help / Support [ZP] Lasermine help
Views: 1,219
Posted By Dyaus
Re: [ZP] Lasermine help

try changing the entity size in sma , increase it slightly at first to get an idea of how its dimensions work then put it to the size that fits your needs . if you don't know how to do that post sma
Forum: Suggestions / Requests 04-19-2022, 12:27
Replies: 1
Views: 421
Posted By Dyaus
Re: Shop with point for buy zombie/human/knife/hands models

hmm honestly , you should provide a lot more details for this kind of request.
you should check out this :...
Forum: Scripting Help 04-17-2022, 15:53
Replies: 6
Views: 621
Posted By Dyaus
Re: Help ban with server_cmd()

ye use this with his steam id and ip , don't ban by name
Forum: Suggestions / Requests 04-17-2022, 14:58
Replies: 10
Views: 1,119
Posted By Dyaus
Re: Request Fix a compile Error

the warning for colors comes from the include cromchat , they are already defined there no need to define them again in plugin so just remove this


for the MAX_CLIENTS error just define it at...
Forum: Suggestions / Requests 04-14-2022, 15:09
Replies: 3
Views: 498
Posted By Dyaus
Re: Biohazard problem flash

ask for help on the thread itself , i think this problem has to do with rendering or glow/aura task setting during the frozen state , which is hardcoded into the biohazard sma itself , so either you...
Forum: Suggestions / Requests 04-14-2022, 07:38
Replies: 3
Solved Kindly Help
Views: 424
Posted By Dyaus
Re: Kindly Help

try this
Forum: Suggestions / Requests 04-10-2022, 11:35
Replies: 2
Views: 605
Posted By Dyaus
Re: Vip diamond / vip premium

consider checking out this thread :
https://forums.alliedmods.net/showthread.php?p=2765541#post2765541
it has multiple flags so you can assign each flag the functions mentionned in your req...
Forum: Scripting Help 04-06-2022, 16:46
Replies: 8
Views: 582
Posted By Dyaus
Re: Item Gold AK little problem / Question

public zp_extra_item_selected(player, itemid)
{
if ( itemid == g_itemid && g_bought == 0)
{
if(g_HasAk[player])
{
new name[32]
get_user_name(player, name, 31)
ColorChat(player,...
Forum: Scripting Help 04-06-2022, 06:40
Replies: 8
Views: 582
Posted By Dyaus
Re: Item Gold AK little problem / Question

that can work but it's not as simple as you make it out to be , not dropping it is a different code from zp_extra_item_selected() and will cause error by contradicting with the stock drop_prim() when...
Forum: Scripting Help 04-05-2022, 18:26
Replies: 8
Views: 582
Posted By Dyaus
Re: Item Gold AK little problem / Question

use another variable + new round event .
also use first variant from original post or else if you have ak in your hands when buying you won't lose ammo(can be exploited as a bug)

//add this at...
Forum: Suggestions / Requests 04-04-2022, 15:21
Replies: 8
Solved need plugin
Views: 819
Posted By Dyaus
Re: need plugin

which vip plugin and post custom include file if there is one
Forum: Suggestions / Requests 03-31-2022, 10:55
Replies: 10
Views: 1,156
Posted By Dyaus
Re: Custom Speed For VIP Players

i think using ham_item_preframe like in supremache's code will save me from having to deal with all these problems . anyways i learned sth new .
to request author , if you face any of the problem...
Forum: Suggestions / Requests 03-29-2022, 19:28
Replies: 10
Views: 1,156
Posted By Dyaus
Re: Custom Speed For VIP Players

it compiled but i didn't test it , (also i don't know if you use any custom includes but this should work)


#include <amxmodx>
#include <fun>
#include <amxmisc>
#include <hamsandwich>

...
Forum: Suggestions / Requests 03-27-2022, 08:20
Replies: 10
Views: 1,156
Posted By Dyaus
Re: Custom Speed For VIP Players

i mean , chances are he probably is but let me correct my question anyways.

Are you using a vip plugin ? if so , which one ?
Forum: Scripting Help 03-26-2022, 12:15
Replies: 5
Views: 836
Posted By Dyaus
Re: A code that disables a plugin for anyone but admins

don't use ADMIN_ALL use another flag , also use & not != ( noticed it later)
Forum: Zombie Plague Mod 03-26-2022, 12:11
Replies: 2
Help / Support zp_stats
Views: 1,309
Posted By Dyaus
Forum: Suggestions / Requests 03-26-2022, 12:05
Replies: 10
Views: 1,156
Posted By Dyaus
Re: Custom Speed For VIP Players

what vip plugin are you using ?
Forum: Suggestions / Requests 03-25-2022, 05:50
Replies: 3
Views: 640
Posted By Dyaus
Re: A fast zombie with fast attack

faster attack speed will probably ruin the animation for zombie hand attack , it'll appear as if you're moving to next attack animation before finishing the first one , so it'll appear as if you're...
Forum: Suggestions / Requests 03-25-2022, 05:46
Replies: 6
Views: 820
Posted By Dyaus
Re: /who plugin

https://www.extreamcs.com/forum/pluginuri-extream/ultimate-who-v1-1-t31778.html

i think this is what you're looking for
Forum: Suggestions / Requests 03-24-2022, 20:36
Replies: 5
Views: 614
Posted By Dyaus
Re: Plugin Help

copy/paste | screenshot | copy by eye/hand ? compile the plugin and show what error you got
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT -4. The time now is 05:41.


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