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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Catastrophe
Forum: Zombie Plague Mod 01-24-2016, 05:19
Replies: 1
Views: 1,288
Posted By Catastrophe
[Unfinished][ZP50] Advanced Level System

[ZP50] Advanced Level System


Description:-

THIS PLUGIN IS FOR PEOPLE WHO ALREADY KNOW SOME CODING BASICS !

So im cleaning up my Pc and i found this. I worked on this a long time ago. Its a...
Forum: Zombie Plague Mod 10-16-2015, 09:21
Replies: 64
Views: 29,830
Posted By Catastrophe
Re: [ZP50] Addon: Item Limiter (Update 1.1)

Yes im not supporting this plugin anymore and yes i gave up on scripting.

On a different note you can use multiple copies of the same plugin with different names and renamed .ini files to use all...
Forum: Zombie Plague Mod 01-31-2015, 02:07
Replies: 8
Views: 1,746
Posted By Catastrophe
Re: Golden Weapons Problem

If you use bots, try using cs_ham_bots_api, dont know about the crash though but it should make the plugins bot-compatible...
Forum: Zombie Plague Mod 12-05-2014, 00:50
Replies: 3
Views: 995
Posted By Catastrophe
Re: Round Beggin Drop ALL Weapons

ugh... i just saw that code after years and it was... ewww.... so i updated it a little, just use the new one.

https://forums.alliedmods.net/showthread.php?p=1931644#post1931644
Forum: Zombie Plague Mod 11-13-2014, 01:27
Replies: 10
Views: 3,515
Posted By Catastrophe
Re: Plugin admin glow

Ooo... sorry lol i didnt read he wanted it for zpa.... well someone will have to change the forwards in my code since i dont remember zpa forwards... other wise he should just use ur code zmd :)
Forum: Zombie Plague Mod 11-12-2014, 23:36
Replies: 10
Views: 3,515
Posted By Catastrophe
Re: Plugin admin glow

or just use this ?


#include <amxmodx>
#include <fun>
#include <zp50_colorchat>
#include <zp50_core>

#define ADMIN_FLAG ADMIN_IMMUNITY
Forum: Scripting Help 11-08-2014, 09:41
Replies: 20
Views: 3,038
Posted By Catastrophe
Re: Questions about "for" loop

Oh ok ... got it... thnx again ;)
Forum: Scripting Help 11-07-2014, 09:52
Replies: 20
Views: 3,038
Posted By Catastrophe
Re: Questions about "for" loop

Yap my question was for arraysize -1, anyway thanks KliPPy and Hamlet

@Hamlet i dont cache arraysize because i change it in my code several times.....
Forum: Scripting Help 11-07-2014, 06:34
Replies: 20
Views: 3,038
Posted By Catastrophe
Re: Questions about "for" loop

Hey guys one more question, what would happen if suppose there was smthing like this:-

public lalal()
{
for(new i; i <= ArraySize(somearray) - 1; i++)
{
...
Forum: Zombie Plague Mod 11-06-2014, 09:52
Replies: 64
Views: 29,830
Posted By Catastrophe
Forum: Zombie Plague Mod 11-05-2014, 09:57
Replies: 64
Views: 29,830
Posted By Catastrophe
Re: [ZP50] Addon: Item Limiter (Update 1.1)

See now you know how i felt when you were fighting with me ? lol ... zp50 is really good :P and ye ur right there is no limit for what you can do here :D
Forum: Code Snippets/Tutorials 11-05-2014, 09:53
Replies: 66
Views: 47,146
Posted By Catastrophe
Forum: Scripting Help 11-04-2014, 03:33
Replies: 20
Views: 3,038
Posted By Catastrophe
Forum: Scripting Help 11-04-2014, 00:33
Replies: 20
Views: 3,038
Posted By Catastrophe
Questions about "for" loop

How does the for loop respond too "continue", "break" and "return" ?

If i want to stop looping and jump to the code after the loop after some condition is satisfied which one should i use.
...
Forum: Code Snippets/Tutorials 11-03-2014, 23:49
Replies: 66
Views: 47,146
Posted By Catastrophe
Re: [TUT/INFO] set_tasks: when they are and when they aren't necessary

ok so the params after the function are id, params, len, flags, repeat. so im guessing _, _, _, "b" will take id, params, len as default ones and _, _, "b" will take params, len as default so ill...
Forum: Code Snippets/Tutorials 11-03-2014, 09:59
Replies: 66
Views: 47,146
Posted By Catastrophe
Re: [TUT/INFO] set_tasks: when they are and when they aren't necessary

hey guys i saw 2 different plugins using set_task(2.0, "asfasf", _,_,_, b) and set_task(2.0, "asfasf", _,_, b)
So i wanna know whats the difference between both those. (actually the "_" )
Forum: Code Snippets/Tutorials 11-02-2014, 09:53
Replies: 132
Sticky: nVault Tutorial
Views: 163,095
Posted By Catastrophe
Re: nVault

How do i save/load a cellarray using nvault ? suppose i have a BUFFER array (i.e array that i change whenever needed) containing steam ids and i get its size using arraysize for saving but then how...
Forum: Code Snippets/Tutorials 11-02-2014, 09:35
Replies: 27
Views: 31,421
Posted By Catastrophe
Re: Settings API (load/save data to INI files)

if i already have some data under some section and some key and i use this native with same key and same section with another array what will happen ?

Also how do i remove and entry from the...
Forum: Scripting Help 11-02-2014, 09:34
Replies: 6
Views: 1,021
Posted By Catastrophe
Forum: Scripting Help 11-02-2014, 07:35
Replies: 6
Views: 1,021
Posted By Catastrophe
Re: amx_save_setting_string_arr

Ever heard of amx_settings_api ? Cuz if u haven't then maybe its a zp specific include and that implies I'm in the wrong section .... Anyway I'll upload the include file and its sma as soon as I get...
Forum: Scripting Help 11-02-2014, 05:35
Replies: 6
Views: 1,021
Posted By Catastrophe
Re: amx_save_setting_string_arr

sorry for double post but i cant find the main include thread, can anyone just link me to it or answer my question ?
Forum: Scripting Help 11-02-2014, 04:24
Replies: 6
Views: 1,021
Posted By Catastrophe
amx_save_setting_string_arr

if i already have some data under some section and some key and i use this native with same key and same section with another array what will happen ?
Forum: Zombie Plague Mod 11-01-2014, 05:11
Replies: 64
Views: 29,830
Posted By Catastrophe
Re: [ZP50] Addon: Item Limiter (Update 1.1)

Yes that is what he(ReneF) suggested.... im working on it, will update soon.
Forum: Scripting Help 11-01-2014, 05:09
Replies: 4
Views: 721
Posted By Catastrophe
Re: [Solved]Array natives

hmmm... ok now i unerstood it properly... thnx mate ;)
Forum: Scripting Help 11-01-2014, 05:07
Replies: 10
Views: 7,826
Posted By Catastrophe
Showing results 1 to 25 of 500

 
Forum Jump

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


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