Skip to content

Commit 9002a5f

Browse files
committed
TOC Overview for Serial page
1 parent d557a2e commit 9002a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/content/docs/articles/serial.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Serial
33
---
44
import NoteBox from '@src/components/NoteBox.astro';
55

6+
<div id="_top"/>
67
<NoteBox type='important'>**NEVER** use serials for anything too critical (like handling admin rights, or automatically logging in) as they can't be guaranteed to be unique or non-fakable.</NoteBox>
78

89
Serials are used by MTA and server administrators to reliably identify a PC that a player is using. Serials are 32 characters long and contain letters and numbers.

0 commit comments

Comments
 (0)