From SA-MP Wiki
Prints a string to the server console (the server window, not the in-game chat).
(const string[])
| string[] | The string to print. |
This function does not return a specific value.
Note: It will also be printed to server_log.txt.
public OnGameModeInit( ) { print("Gamemode started."); return 1; }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- Printf: Print a formatted message into the logs and console.
