get_pcvar_num
Hi,
I need to change pcvars values for person with defined flag. I wrote something like this: PHP Code:
Quote:
PHP Code:
|
Re: get_pcvar_num
koszt is a float ?
|
Re: get_pcvar_num
get_pcvar_num() will give you an integer. You multiply it by a floating point value (float) which doesn't work. I'm also assuming that the variable koszt is an integer which also won't work.
|
Re: get_pcvar_num
Koszt is a integer an i need integer for money, so how to get a 70% of price?
Code:
/* Plugin generated by AMXX-Studio */ |
Re: get_pcvar_num
You can do
PHP Code:
|
Re: get_pcvar_num
Quote:
|
| All times are GMT -4. The time now is 22:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.