i posted this in bug section, but i post it here too as its will be seen here earlier (better)
since the new update of NS b5, the pev and set_pev function is not working on some entitys (eg:
Code:
new ccid = ns_get_build("team_command",1,i)
new Float:orig[3]
pev(ccid,pev_origin, orig)
i get always run time error 10 )
but when i use the ns2amx module instead of fakemeta+ amxx's ns module it is working with no error !!!
what is the problem?
btw: im not using an updated ns2amx module (dont even know if there is one) (still version 1.1.1.0)
__________________