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. |
| Returns | This function doesn't return a specific value |
public OnGameModeInit( ) { print("Gamemode started."); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- Printf: Print a formatted message into the logs and console.
