send_geiger_signal
Sends the geiger signal that notifies the player of nearby radiation level.
Syntax
stock send_geiger_signal(id, distance, bool:reliable = true) {
Usage
| id | Client index or 0 for all clients |
| distance | Signal distance |
| reliable | If true, the message will be sent via the reliable |
Return
if "id" is non-zero and the client isn't connected,
Notes
This stock isn't available in Day of Defeat.
Defined in
msgstocks.inc
at line 251
.
This documentation was automatically generated from source.