1
msg(player(id,"hash"))
However if you are the host of the game and you try to display the hash of id#1 it will instead show "UNKNOWN".
This should be used as a file integrity check, do not ban by hash.
I have added a simple test, you just need to say "what's my hash" and the game will return a msg2 to you.
IMPORTANT! DO NOT ADD ANY HOOKS AFTER HOOK_LOG THIS WILL CRASH YOUR GAME.
Instead write your hooks before:
1
2
2
addhook("hookbefore","hookbefore") addhook("log","_log")
edited 3×, last 11.08.11 04:52:02 am
Approved by Seekay
Download
621 b, 484 Downloads