GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: ZyZu. - 2012. szeptember 04. - 21:00:20

Cím: YSI problémák..
Írta: ZyZu. - 2012. szeptember 04. - 21:00:20
Helló! Lenne egy kisebb gondom a YSI mappával.. levettem, hogy tegyem be a pawnoba majd mikor a módot coplinezom ezt az errort adja ki:
 

error 047: array sizes do not match, or destination array is too small
error 047: array sizes do not match, or destination array is too small

 
Lehet hülyeséget mondok, de szerintem a tömb mérete nem elég nagy amenyi kéne..?  :hmmm:
Ez a sor van azon a helyen:
 

stock GetPlayerLevelName( playerid )
{
new Llevel[ 14 ];
if ( GetPVarInt( playerid, \"Level\" ) == 0 ) Llevel = Level0;
if ( GetPVarInt( playerid, \"Level\" ) == 1 ) Llevel = Level1;
if ( GetPVarInt( playerid, \"Level\" ) == 2 ) Llevel = Level2;
if ( GetPVarInt( playerid, \"Level\" ) == 3 ) Llevel = Level3;
return Llevel;
}

 
Valaki tudja adni egy rendes letöltési linket ami jó lenne  :shurg:
PROBLÉMA MEGOLDVA A TÖMB MÉRETE NEM VOLT ELÉG NAGY :D