charset

  1. G

    Кодировка БД MySQL

    Иероглифы в бд, вместо кириллицы... #include <sourcemod> #define MAX_POLLS 10 #define MAX_POLL_OPTIONS 10 new String:g_pollQuestion[MAX_POLLS][255]; //Guess D stands for Display in this case, couldn't find sth better char g_pollOptionsDName[MAX_POLLS][MAX_POLL_OPTIONS][255]; char...
Сверху Снизу