Message()
From ElectronicWar
| Function information for message() | |
| Function | message() |
| Parameters | (string ip, string message) |
| API | All APIs |
| Cost | $10 |
| Level | 1 |
| CPU Usage | 1 |
| Description | Sends a message in the form of a string to the given IP address. This function may be used in all scripts. |
[edit] Example
message(getSourceIP(), "Hello world!");

