From SA-MP
[edit]
Outputs a string on the console (the server window, not the in-game chat).
(const string[])
| string[] | The string to write. |
This function does not return a specific value, it's best to simply ignore it.
public OnGameModeInit( ) { print("SFDM Gamemode started."); }
[edit]
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 string with format commands.
