@commands question

parseError

New member
Messages
6
Points
0
Hi is there a way to use certain @commands on offline users? 

for example @slaveclone <offline player_name>

thanks

 
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.

 
you might want to trigger the command in OnPCLogoutEvent

 
thanks for the replies guys

looks like using commands to offline players is not currently do able at the moment.

 
Back
Top