Triggering function at round-end and giving multiple HE grenades
Hello! A friend of mine asked me for a VIP menu and I accepted doing it. But I need two elements that I'm not familiar with: I need to trigger a fuction at round-end and I need to give a player four HE grenades. How could I do that? Thanks in advance!
|
Re: Triggering function at round-end and giving multiple HE grenades
Round end function.
For multiple nades...create a global array, say.. new numGivenNades[33];, and I'm not sure if you increment this with something like SendWeaponAnim() or if there's an actual greande_throw. There's a give command in the fun module that you can use here. |
Re: Triggering function at round-end and giving multiple HE grenades
Just
PHP Code:
|
Re: Triggering function at round-end and giving multiple HE grenades
Quote:
|
Re: Triggering function at round-end and giving multiple HE grenades
Quote:
PHP Code:
|
Re: Triggering function at round-end and giving multiple HE grenades
Quote:
|
Re: Triggering function at round-end and giving multiple HE grenades
Quote:
Flicker's code set your he grenades to 4, no matter what ammount you have. Nextra's code add to your actual ammount of he grenades 4. So you will have x+4 |
| All times are GMT -4. The time now is 13:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.