error 018: initialization data exceeds declared size

Započeo StrikePvP, Oktobar 20, 2019, 16:50:10 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

U vezi sa MySQL

Problem(error/warning): C:\Users\Mirnes\Desktop\BP-RP\gamemode\gamemodes\v_Script.pwn(124) : error 018: initialization data exceeds declared size
Dio skripte: [ pawn ]#if MYSQL_STATE == 0
   static const MYSQL_HOST[10] =          "localhost";
   static const MYSQL_USER[5] =          "root";
   static const MYSQL_PASS[1] =          "";
   static const MYSQL_DB[5] =            "LP7vr9WCV5";[ /pawn ]
Poslednja Izmena: Oktobar 20, 2019, 19:06:14 POSLE PODNE od Bašovski

[pawn]#if MYSQL_STATE == 0
   static const MYSQL_HOST[10] =          "localhost";
   static const MYSQL_USER[5] =          "root";
   static const MYSQL_PASS[] =          "";
   static const MYSQL_DB[11] =            "LP7vr9WCV5";[/pawn]

zameni sa tim

Citat: Fiddleshock poslato Oktobar 20, 2019, 17:15:06 POSLE PODNE
[pawn]#if MYSQL_STATE == 0
   static const MYSQL_HOST[10] =          "localhost";
   static const MYSQL_USER[5] =          "root";
   static const MYSQL_PASS[] =          "";
   static const MYSQL_DB[11] =            "LP7vr9WCV5";[/pawn]

zameni sa tim

Hvala nema vise errora