Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

#скрипт

  1. Night White

    Скрипт с использованием базы данных (MySQL)

    #include <a_samp> #include <a_mysql> // Подключаем MySQL-плагин new MySQL:g_MySQL; public OnGameModeInit() { g_MySQL = mysql_connect("localhost", "user", "password", "database"); if (mysql_errno(g_MySQL) != 0) { printf("Ошибка подключения к базе данных!"); } return 1; }...
Сверху