Raised This Month: $ Target: $400
 0% 

Extendable superhero mod ({Hoj}Batman)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 06-16-2004 , 21:06  
#261

that freezzing thing fix thankx!

i got more problems

after few round i suddenly got lvl 1 and i got only like 20/100 xp

and i cant save using vault
Cheap_Suit is offline
kingpin
Veteran Member
Join Date: Apr 2004
Location: kpsforum.com
Old 06-16-2004 , 21:20  
#262

do you have a linux server or windows?
__________________
kingpin is offline
Send a message via ICQ to kingpin Send a message via AIM to kingpin Send a message via MSN to kingpin Send a message via Yahoo to kingpin Send a message via Skype™ to kingpin
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 06-16-2004 , 21:44  
#263

window

i check the vault file addons\amxx\configs\vault.ini it has my name on it but doesnt load
Cheap_Suit is offline
kingpin
Veteran Member
Join Date: Apr 2004
Location: kpsforum.com
Old 06-16-2004 , 21:48  
#264

put "sh_loadimmediate 1" in ur amxx.cfg and restart server then try.
__________________
kingpin is offline
Send a message via ICQ to kingpin Send a message via AIM to kingpin Send a message via MSN to kingpin Send a message via Yahoo to kingpin Send a message via Skype™ to kingpin
Girthesniper
Senior Member
Join Date: Mar 2004
Location: Maryland
Old 06-16-2004 , 21:55  
#265

disable smilies in the post.
__________________
BANNED
Girthesniper is offline
Send a message via AIM to Girthesniper Send a message via MSN to Girthesniper
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 06-16-2004 , 22:05  
#266

hmmm it didnt work

how do i change save by, i want to save by ip or name
Cheap_Suit is offline
Trumpet_Rhapsody
Junior Member
Join Date: Jun 2004
Old 06-17-2004 , 15:32  
#267

Hey i've noticed by looking at some .sma files that a couple of the characters reference to some sprites. I can't find these sprites anywhere, I'm thinking maybe they were neglected to be put with the characters to be installed in the first place. For example:
Quote:
gSpriteWhite = precache_model("sprites/white.spr");
That is a sprite in DareDevil, but its not on my server, on my clients, nor in the superhero zip file. Am I missing something???

The reason I ask is i was thinking about modifying Daredevil to show red ESP rings for T's and Blue ESP rings for CT's. I thought I could somehow insert an IF statment before the rgb values are called. Though I'm not sure what the IF would be, i'm not experienced in scripting. Would this work:
Quote:
public daredevil_esp( id )
{
new players[SH_MAXSLOTS];
new c;
new vec1[3];
new bool:sameTeam
new bool:showTeam
new bool:showEnemy

get_players(players,c,"a");
for(new i = 0; i < c; i++)
{
if(players[i]==id) continue;
get_user_origin(players[i],vec1,0);
if ( !is_user_alive(id) ) return
message_begin(MSG_ONE,SVC_TEMPENTITY,vec1,id)
write_byte( 21 );
write_coord(vec1[0]);
write_coord(vec1[1]);
write_coord(vec1[2] + 16);
write_coord(vec1[0]);
write_coord(vec1[1]);
write_coord(vec1[2] + 768 ) // test get_cvar_num("daredevel_radius") ); //1936
write_short( gSpriteWhite );
write_byte( 0 ); // startframe
write_byte( 1 ); // framerate
write_byte( 6 ); // 3 life 2
write_byte( 8 ); // width 16
write_byte( 1 ); // noise
write_byte( get_cvar_num("daredevil_bright") ); //brightness
write_byte( 0 ); // speed
sameTeam=( get_user_team(id)==get_user_team(pid) )
if ( (sameTeam && showTeam) || (!sameTeam && showEnemy) )
write_byte( 100 ); // r
write_byte( 100 ); // g
write_byte( 255 ); // b
message_end();
else
write_byte( 255 ); // r
write_byte( 100 ); // g
write_byte( 100 ); // b
message_end();
}
}
Any changes I need to make?
__________________
Server: MasterChiefs.hopto.org
-AMX Mod X - Plenty of Plugins
-MetaMod 1.17.1
Trumpet_Rhapsody is offline
Send a message via ICQ to Trumpet_Rhapsody Send a message via AIM to Trumpet_Rhapsody
Hugekid
Junior Member
Join Date: Jun 2004
Old 06-17-2004 , 20:26   links on pg 12
#268

when i click on the links for the extra heros on pg 12, it says it doesnt work. i dont know if thats just me being a retard or not but i would like to know
Hugekid is offline
kingpin
Veteran Member
Join Date: Apr 2004
Location: kpsforum.com
Old 06-17-2004 , 20:29  
#269

that was a free site and the hosts decided to go paid hosting only. so that file is lost till that person comes back and reposts or something. but I will post those heros .. luckily I downloaded and stored them on my site.
__________________
kingpin is offline
Send a message via ICQ to kingpin Send a message via AIM to kingpin Send a message via MSN to kingpin Send a message via Yahoo to kingpin Send a message via Skype™ to kingpin
share
Member
Join Date: Apr 2004
Old 06-18-2004 , 04:50  
#270

were can i get more heros?
__________________
192.168.1.33:27025 <-- dedicated!

//share
share is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:16.


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