Raised This Month: $ Target: $400
 0% 

Change Knife Model With Player Model


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
kernelInspired
Junior Member
Join Date: Apr 2009
Old 06-08-2009 , 06:36   Re: Change Knife Model With Player Model
Reply With Quote #2

Hey, "containi()" definition says: function returns -1 value on failure, not 0.

Look at the first "if" block:
"if(containi(usermodel, "zombi_host"))" equals to "if(-1)"
so "if" body will be executed, and all further "else if" will be skipped.

You have to compare "containi()" return value to -1 explicitly.

Why not to define an array, with "usermodels" as indexes, and "model_weapon_view(2)" as values? ("zombi_host", "zombi_origin" are constants, I guess)
In this case, it is possible to switch to 1-2 commands(check array index is present and fetch that value) instead of annoying "if-else" blocks.
Array values can be loaded from file(s) also, so you don't need to modify source code when you want new model(s)


"containti()" is case insensitive, you don't need to "strtolower(usermodel)", until "contain()" is preferred.


Cheers.
kernelInspired is offline
 



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:26.


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