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

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: Andriis
Forum: Zombie Plague Mod 06-09-2021, 16:39
Replies: 2
Help / Support Admin privileges
Views: 1,156
Posted By Andriis
Re: Admin privileges

It is solved now, but thank you:)
Forum: Zombie Plague Mod 06-09-2021, 16:38
Replies: 1
Help / Support Slow down after jumping
Views: 974
Posted By Andriis
Slow down after jumping

So I noticed that on a few zombie servers when I jump I won't get decelerated, but when I jump on my zombie server I do.
Is there a console command or a cvar to fix that? Or is that a plugin?
Forum: Zombie Plague Mod 05-28-2021, 17:12
Replies: 2
Help / Support Admin privileges
Views: 1,156
Posted By Andriis
Admin privileges

So I recently added an admin system to my zp server that basically changes the source (users.ini) to another file adds a login system and all.
This is all fine, works properly with amxmod and all,...
Forum: Zombie Plague Mod 06-03-2019, 10:50
Replies: 2
Help / Support ZP 5.0.8 Block Laser
Views: 2,190
Posted By Andriis
Forum: Zombie Plague Mod 06-02-2019, 10:06
Replies: 2
Help / Support ZP 5.0.8 Block Laser
Views: 2,190
Posted By Andriis
Re: ZP 5.0.8 Block Laser

I can use these to block the lasers in the basic round but I can't use the same method to block the lasers in assassin, sniper and armageddon round.. Anyone?


if(!zp_has_round_started() &&...
Forum: Zombie Plague Mod 06-02-2019, 08:45
Replies: 1
Views: 1,975
Posted By Andriis
Forum: Zombie Plague Mod 06-02-2019, 08:45
Replies: 2
Help / Support ZP 5.0.8 Block Laser
Views: 2,190
Posted By Andriis
ZP 5.0.8 Block Laser

I made the old 4.3 lasermine plugin to be able to use on zp 5.0 too, it's working without a problem, but I want to block the lasers in swarm, nemesis, assassin, survivor, sniper, armageddon round and...
Forum: Zombie Plague Mod 06-02-2019, 06:59
Replies: 1
Views: 1,975
Posted By Andriis
ZP5.0.8 Lasermine

I am trying to make the lasermine plugin from zp 4.3 for 5.0.8 to be compatible with both of them but .. I have a few problems defining each round like, assassin, nemesis, survivor, swarm, plague,...
Forum: Scripting Help 06-01-2019, 14:33
Replies: 8
Views: 1,285
Posted By Andriis
Re: Ban Player from Menu

Now I can't compile it..
Error: Argument type mismatch (argument 1) on line xy .. The line which contains this: new szUserId = str_to_num(get_user_userid(tempid))
and also: Error: Argument type...
Forum: Scripting Help 06-01-2019, 12:18
Replies: 8
Views: 1,285
Posted By Andriis
Re: Ban Player from Menu

Now it's almost working like it supposed to, but still something is wrong
Here is the code:

public BPlayerMenu0(id){
new menu = menu_create( "\rthS\d | \yChoose Player:", "BPlayerMenu_Handler0"...
Forum: Scripting Help 05-31-2019, 15:28
Replies: 8
Views: 1,285
Posted By Andriis
Re: Ban Player from Menu

public BPlayerMenu0(id){
new menu = menu_create( "\rthS\d | \yChoose Player:", "BPlayerMenu_Handler0" );
new players[32], pnum, tempid;
new szName[32], szUserId[32];
get_players(players,...
Forum: Scripting Help 05-31-2019, 13:03
Replies: 8
Views: 1,285
Posted By Andriis
Ban Player from Menu

I am trying to make a menu with fixed ban types.. like swearing, i made the menu with some samples but its not working.. Can someone help me with this?


public BPlayerMenu0(id){
new menu =...
Forum: Scripting Help 05-28-2019, 10:04
Replies: 3
Views: 936
Posted By Andriis
Re: Ban info to console

Why would this help me? I didn't ask for plugin, I was asking for an example or tutorial
Forum: Scripting Help 05-28-2019, 09:42
Replies: 2
Views: 788
Posted By Andriis
Re: Ban from Menu not working

Solved. :)
Not %d but %s :D
Forum: Scripting Help 05-28-2019, 09:41
Replies: 3
Views: 936
Posted By Andriis
Ban info to console

When I ban someone, I what to show information for them in the console

Banned name:
Banned STEAM ID:
Banned IP:
Ban reason:
Ban ends:
Admin who banned:

Exactly like this.. And I don't...
Forum: Scripting Help 05-28-2019, 09:27
Replies: 2
Views: 788
Posted By Andriis
Ban from Menu not working

I am trying to do a menu to ban players. I have fix bans for swearing, cheating and stuff
When I compiled it was fine.. no errors, loaded to the server and didn't worked.. and console said that no...
Forum: Scripting Help 05-27-2019, 16:21
Replies: 10
Views: 1,458
Posted By Andriis
Re: Admin only menu

Thank you guys, you helped a lot!
Forum: Scripting Help 05-27-2019, 16:06
Replies: 10
Views: 1,458
Posted By Andriis
Re: Admin only menu

Now I have another problem with this

I tried to do same here

if(get_user_flags(id) & ADMIN_BAN){
menu_additem(AMenu,"\yPenalty Menu","0",0)
}else{
menu_additem(AMenu,"\dPenalty...
Forum: Scripting Help 05-27-2019, 15:53
Replies: 10
Views: 1,458
Posted By Andriis
Re: Admin only menu

You mean here?

At first I tried like this: read_flags(d)

This is the working one.


case 0: {
if(get_user_flags(id) & ADMIN_BAN){
PenaltyMenu(id)
Forum: Scripting Help 05-27-2019, 14:29
Replies: 10
Views: 1,458
Posted By Andriis
Forum: Scripting Help 05-27-2019, 14:19
Replies: 10
Views: 1,458
Posted By Andriis
Admin only menu

If I have a menu with something in it, and when I choose one of them, it brings up another menu but for just a specific type of admin for example who has the admin flag a -immunity.. can use the...
Forum: Scripting Help 05-24-2019, 11:53
Replies: 0
Views: 866
Posted By Andriis
ZP 5.0 L4D2 Hunter

I want to use the l4d2 hunter zombie on my server, i started "converting" it from 4.3 to 5.0 which I did .. But just the basic things.. The Zombie Class loads correctly, but can't use the ctrl+e...
Forum: Scripting Help 05-23-2019, 09:35
Replies: 1
Views: 906
Posted By Andriis
Re: Zp Extra Items

https://forums.alliedmods.net/showthread.php?t=242103

:)
Forum: Scripting Help 05-22-2019, 13:05
Replies: 4
Views: 1,339
Posted By Andriis
Re: ZP Ammo Donate Menu

Sorry but i can't use it as an example because it's full of errors.. And of course without comments and anything else .. I can't understand it anyway.. :/
Forum: Scripting Help 05-22-2019, 11:03
Replies: 4
Views: 1,339
Posted By Andriis
Re: ZP Ammo Donate Menu

This one isn't for ammo packs, it's for CS money.. This isn't the one for me :/
And also.. I can't compile it
Showing results 1 to 25 of 37

 
Forum Jump

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


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