Call of Duty Script Documentation
playerads()
ModulePlayer
Summary
Return the player's weapon position fraction.
Call this function on
The player
Example
while(self playerads()>0.3)...;
Minimum Number of arguments: 0
Number of optional arguments: 0
Return to Function List