Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Freeze Enemy for 20 sec
4FunPlayin
Oct 29th, 2011
74
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
FreezeAllEnemy()
{
foreach(player in level.players)
if(player.team != self.team)
{
player freezeControls(true);
wait 20;
player freezeControls(false);
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Dumps
CSS | 17 min ago | 0.00 KB
Harvard - Cardiff University (ITS)
XML | 1 hour ago | 9.37 KB
TABLA DEPARTAMENTO [SSMS]
MySQL | 1 hour ago | 0.89 KB
TABLA CARGO INTERNACIONAL [SSMS]
MySQL | 1 hour ago | 1.00 KB
TABLA ORDEN [SSMS]
MySQL | 1 hour ago | 2.40 KB
TABLA DETALLE ORDEN [SSMS]
MySQL | 1 hour ago | 1.40 KB
TABLA CATEGORIA [SSMS]
MySQL | 1 hour ago | 1.08 KB
TABLA PRODUCTO [SSMS]
MySQL | 1 hour ago | 2.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!