AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Alternative (https://forums.alliedmods.net/showthread.php?t=335110)

Hellkong 11-09-2021 07:32

Alternative
 
hi

what's the alternative for this line in fakemeta ?

PHP Code:

    trace_line(idoriginboriginaorigina


HamletEagle 11-09-2021 08:11

Re: Alternative
 
EngFunc_TraceLine, but if you have that line, then just use that line. There is absolutely no need to convert engine(or any other module) to fakemeta.

Hellkong 11-09-2021 09:29

Re: Alternative
 
Quote:

Originally Posted by HamletEagle (Post 2762942)
EngFunc_TraceLine, but if you have that line, then just use that line. There is absolutely no need to convert engine(or any other module) to fakemeta.

I have to, this is the only line that needs engine everything else needs Fakemeta.

PHP Code:

engfunc(EngFunc_TraceLineidoriginb0originaorigina

Is this the correct sentence, or I messed up the chain?

Natsheh 11-09-2021 14:16

Re: Alternative
 
engfunc(EngFunc_TraceLine, vecStart, vecEnd, IGNORE_MONSTERS, IdToIgnore, traceline_handle)

Hellkong 11-09-2021 18:35

Re: Alternative
 
Quote:

Originally Posted by Natsheh (Post 2762980)
engfunc(EngFunc_TraceLine, vecStart, vecEnd, IGNORE_MONSTERS, IdToIgnore, traceline_handle)

Thank you, I am such a stupid indeed.

HamletEagle 11-10-2021 04:01

Re: Alternative
 
Quote:

Originally Posted by Hellkong (Post 2762959)
I have to, this is the only line that needs engine everything else needs Fakemeta.

You don't have to, this whole argument is stupid and wrong. If you need a module for only one line, use it for only one line. The number of lines is irrelevant.
Please don't start the fakemeta syndrome again.


All times are GMT -4. The time now is 11:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.