How can i connect an array from one plugin to another?
I want to use a shop with ghw's cs bank, how would i connect the array "bank[id]" so the shop will take money out of the users bank if they have money in there?
|
Re: How can i connect an array from one plugin to another?
you can use fake natives
add to the bank plugin: PHP Code:
PHP Code:
|
Re: How can i connect an array from one plugin to another?
Or you could achieve the same with one line of code by using xvars.
|
Re: How can i connect an array from one plugin to another?
you can't use xvars with arrays
|
Re: How can i connect an array from one plugin to another?
Quote:
|
Re: How can i connect an array from one plugin to another?
Quote:
He is indexing the array and returning it's value, not copying the array to the plugin. |
Re: How can i connect an array from one plugin to another?
Quote:
|
Re: How can i connect an array from one plugin to another?
|
Re: How can i connect an array from one plugin to another?
but passing the whole array has no sense (i think)
|
Re: How can i connect an array from one plugin to another?
Quote:
|
| All times are GMT -4. The time now is 23:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.