Unknown bug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Unknown bug (
/showthread.php?tid=379046)
Unknown bug -
Spektr - 20.09.2012
Last week I come across a very large and troublesome problem.
![](http://s2.ipicture.ru/uploads/20120920/LSpDr3rV.png)
As seen in the screenshot, the game is something insane. This happens at a connection and after death. Background flashes with very frequent intervals: it is white, then yellow, then black.
P.S. The world boundaries are not.
Код:
enum THING_INFO
{
T_TITLE[ 64 ],
T_TYPE,
Float:T_WEIGHT,
T_PRICE_MONEY,
T_PRICE_AMMO,
T_DESCRIP[ 256 ],
T_MAXIMUM
};
<..>
new
result[ 192 ],
itmp;
if( database_get_data( "things_data", "*", "" ) )
{
new stmp[ 256 ];
while( mysql_fetch_row_format( result, "|" ) )
{
mysql_get_field( "id", stmp );
itmp = strval( stmp );
mysql_get_field( "title", stmp );
thingData[ itmp ][ T_TITLE ] = stmp;
mysql_get_field( "type", stmp );
thingData[ itmp ][ T_TYPE ] = strval( stmp );
mysql_get_field( "weight", stmp );
thingData[ itmp ][ T_WEIGHT ] = floatstr( stmp );
mysql_get_field( "price_of_money", stmp );
thingData[ itmp ][ T_PRICE_MONEY ] = strval( stmp );
mysql_get_field( "price_of_ammo", stmp );
thingData[ itmp ][ T_PRICE_AMMO ] = strval( stmp );
mysql_get_field( "descrip", stmp );
thingData[ itmp ][ T_DESCRIP ] = stmp;
count++;
}
}
If commenting out this code, all works correctly.
Sorry for my bed English.
Re: Unknown bug -
Beljulji - 20.09.2012
i have the same prob. but its not Bug or something else try to reinstall gta. i know cuz once it happend in singleplayer.
Re: Unknown bug -
Spektr - 20.09.2012
Reinstalled the game, but didn't help.
My friend have the same problem.
Re: Unknown bug -
MarTaTa - 21.09.2012
Happend to me few times, it's possible the script but not sure, delete the entire GTA:SA and try again, it should work
Re: Unknown bug -
Spektr - 24.09.2012
The problem is still not solved.