Check if player used menu 3 times? Possible?
I know hot check if player used menu once, but is it possible to check if he used 3 times?
|
Re: Check if player used menu 3 times? Possible?
For now you could try to add a 2nd check and a 3rd check with a bool untill a better answer comes.
|
Re: Check if player used menu 3 times? Possible?
make a variable , when the player open the menu add a +1 , check if the thirt open and close it.
|
Re: Check if player used menu 3 times? Possible?
Examples please?
|
Re: Check if player used menu 3 times? Possible?
If you need a total example off how to add + 1 to a variable you should post in request instead of scripting help.
PHP Code:
|
Re: Check if player used menu 3 times? Possible?
Will test it. Thanks.
EDIT: I have to add? PHP Code:
|
Re: Check if player used menu 3 times? Possible?
why all help you ?, and no help me ?? :((
|
Re: Check if player used menu 3 times? Possible?
Quote:
33 = MaxPlayers + 1 Max Players = 32 for a CS server. IDs start at 1, so to be able to use the id of the person that has 32, you have to make the array have 33 slots. |
Re: Check if player used menu 3 times? Possible?
It works perfectly, but one warning
Code:
public cmdvipmenu(id) I use it like a bool: PHP Code:
|
Re: Check if player used menu 3 times? Possible?
Quote:
|
| All times are GMT -4. The time now is 14:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.