Change movetype on func_door
Hi.
PHP Code:
So how prevent these entity from move? |
Re: Change movetype on func_door
while(( ent = find_ent_by_class(ent, "func_door") ))
|
Re: Change movetype on func_door
PHP Code:
|
Re: Change movetype on func_door
Quote:
|
Re: Change movetype on func_door
xPaw - no changes (ex. in first code when i try to delete entity, my attemp was successfull), so while loop looks ok.
|
Re: Change movetype on func_door
If you delete the ent, then you can again use -1 as first index searched.
If you don't delete it, your loop is infinite as you always return the same func_door index, and the server crash (or freeze) PHP Code:
|
| All times are GMT -4. The time now is 17:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.