is user stuck check
is there a way to do a check and see if the location i wanna set some1 will get them stuck eather in another player or wall or something?
|
Re: is user stuck check
why am i getting a tag mismatch on this
Code:
stock bool:is_user_stuck(id) Code:
if(!get_tr2(tr,TR_StartSolid) && !get_tr2(tr,TR_AllSolid) && get_tr2(tr,TR_InOpen)) |
Re: is user stuck check
most likely you are including engine and fakemeta (both have TR_* defines)
Try: Code:
if(!get_tr2(tr,TraceResult:TR_StartSolid) && !get_tr2(tr,TraceResult:TR_AllSolid) && get_tr2(tr,TraceResult:TR_InOpen)) |
Re: is user stuck check
thnks no more compiler error
|
| All times are GMT -4. The time now is 09:06. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.