I have recently tried, but I can't figure it out. How do you create a code that if someone trys to disguise as me in my game and it really isn't me(diffrent key from mine, but my name), how do I create a code to boot the person if they try that? Thanks!
Non-PC
ID:268075
Mar 6 2004, 11:55 am
|
|
In response to N1ghtW1ng
|
|
N1ghtW1ng wrote:
mob/Login() If I put my name in and its really me, I get booted. Non-PC |
In response to Non-PC
|
|
mob/Login()
if(src.key == "Your Key") //put the proc for loading thing here i think else if(src.name == "NameHere") alert("Dont Think So") Logout() that should work didnt test it again |
if(src.name == "NameHere")
alert("Dont Think So")
Logout()
not sure if that will work didnt try it out but it should