ET Pro 3.2.2 beta test release 3 + serverside-mod support
Moderators: Forum moderators, developers
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact:
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact:
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact:
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact:
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact:
et_ClientCommand seems to be broken as well:
At first I was just trying to print what's been intercepted, but I got this error and thought there was something wrong with the type. The type recognition function raises this error as well, though.
Code: Select all
etpro_LuaClientCommand() error running lua script: [string "test.lua"]:508: attempt to index global `cmd' (a string value)
Code: Select all
function et_ClientCommand(clientNum, command)
et.G_Print(type(command))
return 0
end
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact:
- =FF=im2good4u
- Posts: 3821
- Joined: Wed Feb 05, 2003 7:30 am
- Location: The Netherlands, HOLLAND
- Contact:
it does work just fine for me i tested it
i also used a printf but it say attemp to access global cmd !!!!! u have the parameter set to command so u somehow try ot enter a different variable
i also used a printf but it say attemp to access global cmd !!!!! u have the parameter set to command so u somehow try ot enter a different variable
<a href="http://bunnyherolabs.com/adopt/showpet. ... dQ=="><img src="http://petimage.bunnyherolabs.com/adopt ... Q0dQ==.png" width="80" height="100" border="0"></a>
- Rookie One
- Posts: 28
- Joined: Wed Nov 02, 2005 4:58 am
- Location: Ruda Slaska, Poland
- Contact: