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

AMX Mod X 0.15 Released


Post New Thread Closed Thread   
 
Thread Tools Display Modes
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-17-2004 , 15:48  
#41

MMM

Well, I didnt make the plugins, I just recompiled them for use with AMXX, ill post the sources to both. in thier respective attached topics.


Sources posts, any experinced scripter should be able to help you out rush
__________________

BigBaller is offline
CheesyPeteza
Senior Member
Join Date: Feb 2004
Location: UK
Old 03-17-2004 , 17:25  
#42

Quote:
Originally Posted by IceMouse[WrG
]I downloaded this and noticed that in the stock functions theres a few
Code:
FVec[0] = float(IVec[0])
FVec[1] = float(IVec[1])
FVec[2] = float(IVec[2])
Don't you feel it would make it a bit simpler to
Code:
for(new i=0;i<3;i++)
FVec[i] = float(IVec[i])
Anyhow I didn't know what more you guys could have added, but I think that AMXX is a step in the right direction from the dead-development of AMX Mod
The first method is the fastest method, for loops add more instructions that isn't worth it for 3 simple assignments. Plus its simpler to read.
__________________
YO|Cheesy Peteza

[email protected]

CheesyPeteza is offline
BAILOPAN
Join Date: Jan 2004
Old 03-17-2004 , 17:58  
#43

That is correct... not only that, but it introduces a new variable. Three simple assignments are faster.
__________________
egg
BAILOPAN is offline
knekter
Senior Member
Join Date: Mar 2004
Location: PA
Old 03-20-2004 , 11:49   Nice Work
#44

Nice work boys, keep up the good work!
__________________
More updates for Matrix Mod!
knekter is offline
Send a message via AIM to knekter Send a message via MSN to knekter
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 01:29.


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