PDA

View Full Version : Where can i find support on mohaa script files??


MI-7
05-22-2003, 04:21 PM
Maybe you can help...

I've been messin around with some script files :) (i know very little)

and I need something to see witch skin a client on my server is using
(i preferr script, not some .exe)

I came as far as finding out that I can find out in witch team that client is
and runnin commands on his computer,

//***********
//stuff i found

GetHisTeamName:
local.player = $player[indexnumber]
iprint (local.player.dmteam)
end

RunCommandOnClient:
$player[indexnumber] stufftext ("say You have been HACKED :P") :twisted:
end

//stuff i found
//***********

but cant I get to know data in the variables on the clients computer
like his dm_playermodel and so on...

Need help on this! :?: