Search found 5 matches

by Hadr0
Fri Feb 22, 2008 2:13 pm
Forum: ET Modding
Topic: et_ClientCommand can't get cmd "name" ?
Replies: 6
Views: 10203

this alternative seems to work for me: function RenameUser(clientNum, newname) local userinfo = et.trap_GetUserinfo(clientNum) userinfo = et.Info_SetValueForKey(userinfo, "name", newname) et.trap_SetUserinfo(clientNum, userinfo&#4...
by Hadr0
Wed Dec 12, 2007 4:26 am
Forum: ET Pro Documentation
Topic: Scripting in ET Pro 3
Replies: 75
Views: 210149

okay, you'll need to put these two in the game_manager spawn function: //hadro - depot facade ladder create { classname "script_mover" scriptname "myladder" targetname "myladder" origin "-20056 -12827 165" spawnflags "2" model "*121&quo...
by Hadr0
Tue Oct 09, 2007 3:45 am
Forum: ET Pro
Topic: 3.2.7 anyone? :D
Replies: 27
Views: 102924

*nudges the beast*

(added some lua requests to the wiki, wouldn't want to deprive the devs of more work :wink:)
by Hadr0
Mon Aug 06, 2007 5:08 am
Forum: ET Pro Documentation
Topic: Scripting in ET Pro 3
Replies: 75
Views: 210149

running a modded mapscript on shiven.net:27960 fueldump only server. its wouldn't have been possible without examples from this thread and http://games.chruker.dk/enemy_territory/entities.php a hard core clanplayer was interested in the east-fence door so i thought i'd share this part with the commu...
by Hadr0
Sun Apr 08, 2007 4:10 pm
Forum: ET Bugs/Cheats
Topic: Punkbuster GUID, cl_guid ...
Replies: 4
Views: 7786

HI, if cl_guid can be spoofed, i assume every part of the userinfo-string is unreliable. If so, then using et.Info_ValueForKey(et.trap_GetUserinfo(cno), "xxx"), where xxx can be ip, name, cl_guid,.. is totally unsafe. Is this true? If so, is et.gentity_get(cno, "pers.netname") a ...