Hi!
How can I edit the database of a player who is offline?
For Example:
But if the player is offline, you can't do it.
How can I do this?
How can I edit the database of a player who is offline?
For Example:
CatchEvent OnNewPlayerJoin( $userName )
SetUserStoredValue( $userName , "bugTest" , 1 );
EndCatchEvent
But if the player is offline, you can't do it.
How can I do this?