Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-13-2009, 09:15 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Detecting Multi-Clienting

Well I stumbled upon this while using scripthelp, thought I'd spread the knowledge.

Variable: player.computerfirstlogin - basically when the computer first logged in, I'm sure how accurate it is but it's at least by the second.

There's also player.logintime.

PHP Code:
function onCreated() {
  
// Cycle through players and get hashes.
  
for (temp.aallplayers) {
    if (!(
temp.a.computerfirstlogin in temp.hashes)) {
      
temp.hashes.add(temp.a.computerfirstlogin);
    }
    
temp.("hash_" temp.a.computerfirstlogin).add(temp.a.account);
  }
  
// Print List
  
for (temp.hashtemp.hashes) {
    echo(
temp.("hash_" temp.hash));
  }

__________________
Quote:

Last edited by fowlplay4; 09-13-2009 at 09:35 PM..
Reply With Quote
  #2  
Old 02-28-2010, 10:10 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Oh woah- thats fancy! Thank you
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:54 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.