Page 1 of 1

Žaidėjas ant žemės.

Posted: 2014 Oct 20 14:55
by ArtHa123
Kaip patikrinti ar žaidėjas stovi ant žemės?

Re: Žaidėjas ant žemės.

Posted: 2014 Oct 20 15:02
by laimiukas3

Re: Žaidėjas ant žemės.

Posted: 2014 Oct 20 15:42
by hleV

Code: Select all

flags & FL_ONGROUND

Re: Žaidėjas ant žemės.

Posted: 2014 Oct 20 16:07
by ArtHa123

Code: Select all

if (pev(id, pev_flags) & FL_ONGROUND)
Berods veikia normaliai.

Lock.