parseError 0 Posted January 2, 2018 Hi is there a way to use certain @commands on offline users? for example @slaveclone <offline player_name> thanks Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted January 2, 2018 not possible, since commands require an sd (I think stands for special data, kind of like a player id) to attach to the command. if you want to edit or fetch player data, it is better to use the query_sql() script command. in the case of slaveclone, you would need to create a custom script command for this situation. Quote Share this post Link to post Share on other sites
0 meko 170 Posted January 2, 2018 you might want to trigger the command in OnPCLogoutEvent Quote Share this post Link to post Share on other sites
0 parseError 0 Posted January 4, 2018 thanks for the replies guys looks like using commands to offline players is not currently do able at the moment. Quote Share this post Link to post Share on other sites
Hi is there a way to use certain @commands on offline users?
for example @slaveclone <offline player_name>
thanks
Share this post
Link to post
Share on other sites