Thread: Join Message
View Single Post
3v0
Junior Member
Join Date: Feb 2011
Old 03-01-2011 , 12:51   Re: Join Message
Reply With Quote #3

For UAIO to match your steamID you have to write it in this part
Code:
;------------------------------------------------------------------------------------------
; The following are Executed on Client with Matching SteamID
;------------------------------------------------------------------------------------------

; Just incase I ever join/leave your server!  :D
"1857286"  "The Creator of UAIO Has Joined! Welcome {username}!"  "df"
"1857286"  "The Creator of UAIO Has Left! Bye {username}!"  "dg"
This was the example , now instead of "1857286" you will write your own steamID , but that doesn't look like a steamID so your asking where do i get that code that represents me , this way from your steamid like this one STEAM_0:0:1234567
you will copy the number i highlighted above from your original steamID , i will try it with my own steamID now
Code:
STEAM_0:1:30842083
The numbers that i underlined are the numbers u want to know. I hope i helped
I Registered all my admins in the following mode wich is easier if they don't change their name
Code:
"3v0"  "Head Admin has joined the Server!!!"  "de"
"3v0"  "Head Admin has left the Server!!!"  "dg" 
"OpaSeN^"  "Admin OpaSeN^ Has Joined the Server!!!"  "de"
"OpaSeN^"  "Admin OpaSeN^ Has Left the Server!!!"  "dg"
"unsTo[P]abL3"  "Admin unsTo[P]abL3 Has Joined the Server!!!"  "de"
"unsTo[P]abL3"  "Admin unsTo[P]abL3 Has Left the Server!!!"  "dg"
"SentiNeL"  "Admin SentiNeL Has Joined the Server!!!"  "de"
"SentiNeL"  "Admin SentiNeL Has Left the Server!!!"  "dg"
"PaP3s"  "Admin PaP3s Has Joined the Server!!!"  "de"
"PaP3s"  "Admin PaP3s Has Left the Server!!!"  "dg"
GL ^ HF

Last edited by 3v0; 03-01-2011 at 13:02. Reason: oops :D
3v0 is offline