You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
342 B
16 lines
342 B
|
|
public eBombPickUp(id)
|
|
{
|
|
if (BombPickUp) {
|
|
announceEvent(id, "PICKED_BOMB");
|
|
}
|
|
}
|
|
|
|
stock Float:operator-(Float:oper)
|
|
{
|
|
return oper ^ Float:((-1) ^ ((-1) / 2)); /* IEEE values are sign/magnitude */
|
|
}
|
|
|
|
native Float:floatadd( Float:dividend, Float:divisor );
|
|
native Result:dbi_query( Sql:_sql, _query[], { Float, _ }: ... );
|