Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: NexusReaper69
Forum: Scripting Help 04-03-2008, 05:42
Replies: 8
Views: 2,025
Posted By NexusReaper69
Re: Models won't change for unknown reason...

ooooo very clever! i can't believe i missed that
Forum: Scripting Help 04-02-2008, 01:59
Replies: 8
Views: 2,025
Posted By NexusReaper69
Re: Models won't change for unknown reason...

i fixed the models but the dmage isn't working now it's still doing normal damage
Forum: Scripting Help 04-01-2008, 12:14
Replies: 8
Views: 2,025
Posted By NexusReaper69
Re: Models won't change for unknown reason...

fixed the models, any one have an idea as to why the damage doesn't work?
Forum: Scripting Help 04-01-2008, 12:04
Replies: 8
Views: 2,025
Posted By NexusReaper69
Re: Models won't change for unknown reason...

alright well i found out that the model changes when you run out of ammo lol
Forum: Scripting Help 04-01-2008, 11:41
Replies: 8
Views: 2,025
Posted By NexusReaper69
Re: Models won't change for unknown reason...

I asked for model changing help once or twice when I first started but I had it working after that and then I asked again because it wasn't making any sense to me as to why it wasn't working this...
Forum: Scripting Help 03-31-2008, 03:35
Replies: 8
Views: 2,025
Posted By NexusReaper69
Models won't change for unknown reason...

Well i have this hero, and i have looked at it multiple times to try to find out why the models aren't changing, compared it to heroes i have made where the models do change, and i still don't see...
Forum: Scripting Help 03-17-2008, 00:07
Replies: 57
Views: 26,440
Posted By NexusReaper69
Re: How To: Make a Superhero Admin Only

this doesn't stop other players from picknig the power it just makes them drop it, and if they are alive they aren't allowed to drop heroes, atleast not on my server, how do you make it so that they...
Forum: Suggestions / Requests 03-11-2008, 07:56
Replies: 3
Views: 1,419
Posted By NexusReaper69
Re: Hero Request: Sylar

if your level 20 and your killing someone that needs to be atleast level 20, aren't you likely to have their powers anyway? if they are worth having i mean, unless the server goes to level 100 or...
Forum: Suggestions / Requests 03-11-2008, 07:52
Replies: 1
Views: 1,161
Posted By NexusReaper69
Re: Request: THC Grenade

Either this is impossible or y'all just ignoring it... i'm not sure which lol
Forum: Suggestions / Requests 03-09-2008, 07:12
Replies: 1
Views: 1,161
Posted By NexusReaper69
Request: THC Grenade

Alright so my idea is to have a smoke grenade with this model
http://www.fpsbanana.com/skins/169
that has an effect where if a person walks in to the smoke they get the zoomed out effect of being...
Forum: Scripting Help 03-06-2008, 19:53
Replies: 112
Views: 56,367
Posted By NexusReaper69
Forum: Scripting Help 03-06-2008, 18:09
Replies: 112
Views: 56,367
Posted By NexusReaper69
Re: [Tutorial] Learn to Superhero Script

register_plugin("Robinhood", "1.18", "Helstedxd")

put the quotations in
Forum: Scripting Help 03-06-2008, 10:03
Replies: 9
Views: 2,755
Posted By NexusReaper69
Re: Weapon Model Setting

i couldn't say exactly what's wrong with it, it just didn't work for me, It might have been a problem with trying to use g_v_model instead of just the location of the file, i have no idea...
Forum: Scripting Help 03-06-2008, 05:56
Replies: 9
Views: 2,755
Posted By NexusReaper69
Re: Weapon Model Setting

I'm not blaming him I'm telling him that i got an error from the way he suggested is all
Forum: Scripting Help 03-05-2008, 17:46
Replies: 9
Views: 2,755
Posted By NexusReaper69
Re: Weapon Model Setting

the way you suggested in your tutorial always gives me an error message saying the model didn't precache when it did and it gives it a strange name so i used the code from the Soldier hero and it...
Forum: Scripting Help 03-05-2008, 16:50
Replies: 2
Views: 1,665
Posted By NexusReaper69
Re: add bazooka

why are you making a bazooka power if there already is one?
Forum: Scripting Help 03-05-2008, 15:58
Replies: 9
Views: 2,755
Posted By NexusReaper69
Re: Weapon Model Setting

so this script should work then?

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fakemeta>
#include <superheromod>
Forum: Scripting Help 03-05-2008, 15:42
Replies: 9
Views: 2,755
Posted By NexusReaper69
Re: Weapon Model Setting

well no why would i do that? you don't have that step in your tutorial, so how am i supposed to know to do that if i am new to scripting?
Forum: Scripting Help 03-05-2008, 00:06
Replies: 9
Views: 2,755
Posted By NexusReaper69
Weapon Model Setting

I am looking for a working method of setting weapon models for heroes since the way I am using (Rolnaaba's Tutorial) does absolutely nothing.

/* Plugin generated by AMXX-Studio */

#include...
Forum: Scripting Help 03-04-2008, 11:00
Replies: 7
Views: 2,128
Posted By NexusReaper69
Re: Hero: Tony Montana

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fakemeta>
#include <superheromod>

#define PLUGIN "Tony Montana"
#define VERSION "1.0"
Forum: Scripting Help 03-04-2008, 10:32
Replies: 7
Views: 2,128
Posted By NexusReaper69
Re: Hero: Tony Montana

public Event_weapon(id)
{
new clip = read_data(3);

if (clip == 0)
{
shReloadAmmo(id);
switch_model(id);
}
}
Forum: Scripting Help 03-03-2008, 22:14
Replies: 7
Views: 2,128
Posted By NexusReaper69
Re: Hero: Tony Montana

someone please help me figure this out!
Forum: Scripting Help 03-03-2008, 14:24
Replies: 7
Views: 2,128
Posted By NexusReaper69
Re: Hero: Tony Montana

Well I have tried every other way of setting models i could find and nothing works... so if someone can figure it out i will be extremely grateful because im just not getting anywhere with this...
Forum: Scripting Help 03-03-2008, 13:51
Replies: 112
Views: 56,367
Posted By NexusReaper69
Re: [Tutorial] Learn to Superhero Script

this is my code

#include <amxmodx>
#include <superheromod>
#include <cstrike>

//****************//
//Global Variables//
//****************//
new gHeroName[] = "FPS Doug"
Forum: Scripting Help 03-03-2008, 06:05
Replies: 7
Views: 2,128
Posted By NexusReaper69
Re: Hero: Tony Montana

These are the models incase you need to test it
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -4. The time now is 22:44.


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