Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: Lua  |  size: 0.35 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. function ghehheh ( player )
  2.     local hisIP = getPlayerIP( player )
  3.             local hisAccountName = getAccountName ( getPlayerAccount( player ) )
  4.                 triggerClientEvent ( player, "hisIPandhisaccount", player, hisIP, hisAccountName )
  5. end
  6. setTimer ( ghehheh, 50, 0 )
  7. addEventHandler("onResourceStart", getResourceRootElement( getThisResource( ) ), ghehheh)