Es.give
From EventScripts Community Encyclopedia
[edit] Method: giveModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionGives the player a named entity. This is the Python equivalent of: http://www.eventscripts.com/pages/es_give [edit] Arguments
[edit] Exampleses.give(ev['userid'], weapon_awp) [edit] NotesYou cannot use this command with build 224 (EventScripts 2.0) since there are problems in Python with it. You have to use old ESS cmd call. Example: es.server.cmd('es_xgive %s %s' % (<userid variable>, <entity variable>))
[edit] See Alsohttp://python.eventscripts.com/pages/Es.entcreate |
|
