View Single Post
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 09-10-2011 , 09:05   Re: VIP Objective Balance
Reply With Quote #8

Quote:
Originally Posted by bibu View Post
Good job, I wonder how the animation looks.

However, can't this two checks simple changed to this:

PHP Code:
if( !is_user_connected(iPlrId) || !is_user_alive(iPlrId
->

PHP Code:
if( !is_user_alive(iPlrId
And also "give_item" from fun should be used instead.
In my tests when using is_user_alive() only, I had some error when player was joining, therefor included is_user_connected() also.

And from fun give_item() - it doesn't work for VIPs on primary weapons.

Animation is matrix-jump one. Here's an example in youtube what I've found: http://www.youtube.com/watch?v=6mHw_nZY7Ko
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.

Last edited by MPNumB; 09-10-2011 at 09:09.
MPNumB is offline
Send a message via Skype™ to MPNumB