
08-15-2014, 01:16 PM
|
|
Registered User
|
 |
Join Date: Jul 2014
Posts: 9
|
|
|
The function getstringkeys will not find a var path if it does not exist. If you are setting your vars to 0, "", {}, or null, the var name and path will not be created because it is equal to null. Try this.option.(@player.account) = 1; or any value not null. |
|
|
|