Server crashing code
The following Code is meant to give information
about Players and monsters you are looking at. Actually it crashes the server if you look at an entity. I probably am using the engfunc completely wrong. Help please! Code:
|
Re: Server crashing code
Well, the first thing you should do before asking for help is debugging, comment out all eng_func thingies.
|
Re: Server crashing code
InfoKeyValue doesn't work to retrieve a value. It only takes two arguments, and you're giving it much more. This is why it is crashing.
|
Re: Server crashing code
Well, what should I use then??
BTW I increased the distance in get_user_aiming and added '>-1' to the containi condition. |
Re: Server crashing code
also, don't create things in the for loop, create them outside it.
Ex. Code:
for(new i;i<5;i++){Code:
new blahblah |
Re: Server crashing code
True. Changed that. However, I still need something
in fakemeta to read a specific keys value from an entity and put it into a string. |
| All times are GMT -4. The time now is 06:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.