20.12.2010, 13:16
Quote:
|
Код:
spawn a chainsaw pickup type 23 inside the building;
if (a player with a jetpack is stupid enough to fly close to the glasses)
{
then he deserves to get killed;
lol;
}
|
this code can be made smaller.
Код:
if (a player with a jetpack is stupid enough to fly close to the glasses) then he deserves to get killed lol;


