AMX Mod X API Documentation

Signature
native ucfirst(string[]);
Description

Make a string's first character uppercase.

Parameters
  • string The string to convert.
Returns

1 on success, otherwise 0.

Назад
Верх