Print

From SA-MP

Jump to: navigation, search


print

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.");
}

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.
Personal tools