Guten Tag,
aktuell bin ich dabei ein Shop System zu erstellen und habe nun schonmal das System für das Laden angefangen. Allerdings stellt sich mir derzeit eine frage warum sich die Shops nicht InGame mit einem Pickup erstellen.
Hier erstmal der Lade Code
new shop[100][shopEnum];
forward OnShopLoad();
public OnShopLoad()
{
for(new i=0; i<cache_num_rows(); i++)
{
new id = getFreeShopID();
cache_get_value_int(i, "id", shop[id][shop_id] );//Integer
cache_get_value_name_float(i, "sx", shop[id][sx] );//Integer
cache_get_value_name_float(i, "sy", shop[id][sy]); //Float
cache_get_value_name_float(i, "sz", shop[id][sz] );//Integer
cache_get_value_name_float(i, "ishop_x", shop[id][ishop_x] );//Integer
cache_get_value_name_float(i, "ishop_y", shop[id][ishop_y] );//Integer
cache_get_value_name_float(i, "ishop_z", shop[id][ishop_z] );//Integer
cache_get_value_name_float(i, "rob_x", shop[id][rob_x] );//Integer
cache_get_value_name_float(i, "rob_y", shop[id][rob_y] );//Integer
cache_get_value_name_float(i, "rob_z", shop[id][rob_z] );//Integer
cache_get_value_name_float(i, "interior", shop[id][s_interior] );//Integer
cache_get_value_int(i, "pickup", shop[id][s_pickup] );//Integer
shop[id][s_pickup]=CreatePickup(1239, 1, shop[id][sx], shop[id][sy], shop[id][sz], -1);
printf("ID:%d",shop[i][shop_id]);
}
}
und der Fehler sieht auch lustig aus laut log
[12:52:16] [plugins/mysql] Ä