Ana içeriğe geç

print

uyarı

This function starts with a lowercase letter.

Description

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

| Name | Description | | --------------------- | ----------------------------- | ----------------------------- | | 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.