Hi Habi.
This plugin works well, I've been using it, I'm having some problems right now.
The client has a slot A and a Shop class
I want to implement a = Shop(a,b); But it failed.
My code:
local userData = ::SetRemoteValue( ::GetRemoteValue("shop"), ::CallRemoteFunc( ::GetRemoteValue("Shop"), name, cargo ) );
::RemoteExec(userData, player);
This plugin works well, I've been using it, I'm having some problems right now.
Code Select
shop <- null;
class Shop {
a = null;
b = null;
constructor(a,b){
}
}
The client has a slot A and a Shop class
I want to implement a = Shop(a,b); But it failed.
My code:
local userData = ::SetRemoteValue( ::GetRemoteValue("shop"), ::CallRemoteFunc( ::GetRemoteValue("Shop"), name, cargo ) );
::RemoteExec(userData, player);
