View Single Post
VoGon
Member
Join Date: Jun 2009
Location: Portugal
Old 10-03-2010 , 13:32   Re: NadeShake
Reply With Quote #5

Quote:
Originally Posted by honorcode23 View Post
One suggestion, dont take it personal i just want to help .

this part of the code
Code:
if(StrEqual(Weapon,"hegrenade")== true)
That == true isnt really necessary, as it is if(1==1) .

Code:
if(StrEqual(Weapon,"hegrenade"))
That's better .

I never take it personal ;) thanks!
__________________
VoGon is offline
Send a message via Skype™ to VoGon