Mirage Engine
Using Players Name - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Using Players Name (/showthread.php?tid=2042)



Using Players Name - jsventor - 30-08-2008

Is it possible to get player information with just their name?


Re: Using Players Name - Robin - 30-08-2008

FindPlayer(PlayerName)


Re: Using Players Name - jsventor - 30-08-2008

Can I use;

Code:
Dim Name As String
Name = Text1.text

Call PlayerMsg(Index, Name & "Is level " & GetPlayerLevel(FindPlayer(Name), Red)



Re: Using Players Name - Robin - 30-08-2008

Fuck knows. Go try it.