mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 16:05:44 +00:00
fix gsc errors
This commit is contained in:
parent
e7e13bffc0
commit
9d0bc09dee
@ -1083,7 +1083,14 @@ aim()
|
|||||||
{
|
{
|
||||||
if(isplay)
|
if(isplay)
|
||||||
{
|
{
|
||||||
|
if (!target IsPlayerModelOK())
|
||||||
|
continue;
|
||||||
|
|
||||||
aimpos = target getTagOrigin( bone );
|
aimpos = target getTagOrigin( bone );
|
||||||
|
|
||||||
|
if (!isDefined(aimpos))
|
||||||
|
continue;
|
||||||
|
|
||||||
aimpos += offset;
|
aimpos += offset;
|
||||||
aimpos += aimoffset;
|
aimpos += aimoffset;
|
||||||
aimpos += (0, 0, nadeAimOffset);
|
aimpos += (0, 0, nadeAimOffset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user