Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 51
Search took 0.00 seconds.
Search: Posts Made By: Ady20
Forum: Suggestions / Requests 11-23-2012, 13:13
Replies: 7
Views: 2,224
Posted By Ady20
Re: Automatic unstuck

The plugin I gave you works for all my 3 servers. The problem must be at something else.
Forum: Suggestions / Requests 11-19-2012, 15:19
Replies: 0
Views: 819
Posted By Ady20
Infinite ammo

How to add infinite ammo to the next plugin?

For example I have this code in the plugin:
This would be class nr. 1
Is it enough if I add this code to the above:
And then I create reloadAmmo:...
Forum: Scripting Help 11-04-2012, 14:11
Replies: 2
Views: 749
Posted By Ady20
Re: 2 errors

Just saw that and was about to delete topic. Sry >.<
Forum: Scripting Help 11-04-2012, 14:09
Replies: 2
Views: 749
Posted By Ady20
2 errors

- Only a single statement or expression can follow each case.
- Invalid function or declaration
What I did wrong? Here is the .sma
Please help me :)
Forum: Scripting Help 10-30-2012, 16:49
Replies: 2
Views: 865
Posted By Ady20
Re: set_user_maxspeed

Thanks for the tip. I am still learming :D
Forum: Scripting Help 10-30-2012, 14:09
Replies: 2
Views: 865
Posted By Ady20
set_user_maxspeed

I have a plugin "human classes". How can I add to class number 5 500 speed?
I tryed with set_user_maxspeed 500 but it won't work.
Here is the .sma without any try to add speed.

I tryed adding a...
Forum: Scripting Help 10-30-2012, 04:31
Replies: 3
Views: 1,173
Posted By Ady20
Re: Race[id]

It worked. Thanks a lot for the tips.
Forum: Suggestions / Requests 10-30-2012, 04:26
Replies: 6
Views: 1,275
Posted By Ady20
Re: Last CT get hp speed

Thanks a lot it worked.
Forum: Suggestions / Requests 10-29-2012, 16:25
Replies: 7
Views: 2,224
Posted By Ady20
Re: Automatic unstuck

Try this one.
Forum: Suggestions / Requests 10-29-2012, 15:40
Replies: 6
Views: 1,275
Posted By Ady20
Re: Last CT get hp speed

Torge - well nothing is working... I get a lot of errors when compiling :O
Jhob - I want that the last CT get 200 more HP so he will have 300
Forum: Scripting Help 10-29-2012, 14:20
Replies: 3
Views: 1,173
Posted By Ady20
Race[id]

I have this human-class plugin where the VIP(with Race[id]=7) can jump 3 times.
It says something like this:
if(!is_user_alive(id) || Race[id] != 7) return PLUGIN_CONTINUE;

Now I want to add 2...
Forum: Suggestions / Requests 10-29-2012, 13:48
Replies: 6
Views: 1,275
Posted By Ady20
Last CT get hp speed

I am trying to make a plugin where the last CT will get 200 HP and 380 speed, but I don't have any succes lol.
Here is what I've done so far
Forum: Scripting Help 10-29-2012, 12:07
Replies: 1
Views: 705
Posted By Ady20
Help with this little plugin

I am trying to make a plugin that gives the lasremaining CT 200 hp and sets his speed at 380 or something like that. Who can help me? I post what I made so far.
Forum: Off-Topic / General Chat 10-29-2012, 09:41
Replies: 2
Views: 1,660
Posted By Ady20
Re: Help with Plugin

#define ADMIN_LEVEL ADMIN_LEVEL_B


public cmdVmenu(id)
{
if(!(get_user_flags(id) & ADMIN_LEVEL))
{
client_printc(id, "%s Only the !gVIP !tcan use this command!", PREFIX);

return...
Forum: Off-Topic 10-28-2012, 16:10
Replies: 4
Views: 975
Posted By Ady20
Re: Looking for that scripting program

AMXX Studio thats it ty.
Forum: Off-Topic 10-28-2012, 12:18
Replies: 4
Views: 975
Posted By Ady20
Looking for that scripting program

I didn't know where to post. I had that scripting model especially for amxmodx where can I find it?
Forum: Zombie Plague Mod 10-26-2012, 15:21
Replies: 2
Views: 776
Posted By Ady20
Re: How to decrease Zm size?

Thank you I succeded. :)
Forum: Zombie Plague Mod 10-26-2012, 11:37
Replies: 2
Views: 776
Posted By Ady20
How to decrease Zm size?

I have some cool zombie models, but they are too big... How can I decrease their size to be normal?
http://www.girlshare.ro/31845936.1

Especially the genozian and black alien ones are so damm big...
Forum: Scripting Help 10-26-2012, 09:44
Replies: 0
Views: 650
Posted By Ady20
Trying to add human classes

I have this plugin for basebuilder where I have 5 classes the last one is for VIP. I am trying to add 2 more but I get the following errors:
/tmp/clase_human2.sma(123) : error 014: invalid...
Forum: Scripting Help 10-26-2012, 06:23
Replies: 0
Views: 529
Posted By Ady20
VIP hs money

I have this VIP plugin that gives monet to VIP when they make HS but it's not working.
It won't give any money at all. Also how can I modify it to give the money instantly, not after the victim...
Forum: Suggestions / Requests 10-26-2012, 04:14
Replies: 0
Views: 735
Posted By Ady20
VIP Plugin can't find it

Anyoane has this plugin? I know it exists.
Forum: Scripting Help 09-30-2012, 12:25
Replies: 3
Views: 827
Posted By Ady20
Forum: Scripting Help 09-30-2012, 12:08
Replies: 3
Views: 827
Posted By Ady20
Money help.

In my server if I kill a tero I will get 300 money and the tero (the one who died) will get like 3.000 money or something like that. I have no plugins that would influence the money so where can I...
Forum: Zombie Plague Mod 09-30-2012, 10:42
Replies: 1
Views: 1,206
Posted By Ady20
Lasermine for basebuilder

The one I have it won't make damage to zombies if I stand in front of it. Can you suggest me another? Or see what is the problem with mine. Here is the sma.
Thanks a lot.
Forum: Suggestions / Requests 09-29-2012, 13:05
Replies: 6
Views: 1,683
Posted By Ady20
Re: VIP get money for HS

Thank you all a lot.
Showing results 1 to 25 of 51

 
Forum Jump

All times are GMT -4. The time now is 12:49.


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