Quote:
Originally Posted by Blah64
serverside do something like:
NPC Code:
temp.clientrvars = findplayer(player.acccount).clientr.getdynamicvarn ames();
for (temp.curvar :temp.clientrvars)
findplayer(player.account).clientr.(@temp.curvar) = null;
|
This didn't remove any of them. temp.clientrvars is echoing "0";
Quote:
Originally Posted by xAndrewx
HTML Code:
temp.pl = findplayer("xAndrewx");
for (temp.var: temp.pl.getstringkeys("clientr."))
temp.pl.clientr.(@ temp.var) = null;
Is an alternative
|
This threw these errors:
PHP Code:
Script: Function sssssssssss.getstringkeys not found at line 185 in script of -System/CharCreate
Script: Function sssssssssss.getstringkeys not found at line 189 in script of -System/CharCreate
:/