Print

From SA-MP Wiki

Jump to: navigation, search

Print


Outputs a string on the console (the server window, not the in-game chat).


Parameters:
(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("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.
Personal tools