[HELP] Striping Weapon.
I need make a code to strip weapon from player and 20 seconds later give the same weapons to him again.
|
Re: [HELP] Striping Weapon.
Use strip_user_weapons ( index ) and then add the 20 second delay with set_task ( Float:time, const function[], id = 0, parameter[]="", len = 0, flags[]="", repeat = 0 ). And after delay give weapons with: give_item ( index, const item[] )
|
Re: [HELP] Striping Weapon.
Yep but how do I return the same weapons that the player was using?
|
Re: [HELP] Striping Weapon.
PHP Code:
|
Re: [HELP] Striping Weapon.
How do I put this in my code?
|
Re: [HELP] Striping Weapon.
Well what's the code you currently have?
|
Re: [HELP] Striping Weapon.
This code:
PHP Code:
|
| All times are GMT -4. The time now is 14:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.