Ugrás a fő tartalomhoz

print

vigyázat

This function starts with a lowercase letter.

Description

Prints a string to the server console (not in-game chat) and logs (log.txt).

NameDescription
const string[]The string to print.

Returns

This function does not return any specific values.

Examples

public OnGameModeInit()
{
print("Gamemode started.");
return 1;
}
  • printf: Print a formatted message into the server logs and console.