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