24.08.2015, 19:37
Hi there I got this code
I debug but for the for(new... its wont work what happens?
PHP код:
public tuningload()
{
new query[900],VEH;
foreach(Player, i){VEH = GetPlayerVehicleID(i);}
mysql_format(g_iHandle,query,sizeof(query),"SELECT * FROM tuning");
new Cache:result = mysql_query(g_iHandle,query);
for(new tuningid = 0; tuningid < cache_get_row_count(); tuningid++)
{ reste of the code blablabla