Dynamic Pickups not spawning
#2

PHP код:
            Entrance[eid][posX] = cache_get_field_content_float(i"PosX"mysql);
            
Entrance[eid][posY] = cache_get_field_content_float(i"PosY"mysql);
            
Entrance[eid][posZ] = cache_get_field_content_float(i"PosZ"mysql);
            
Entrance[eid][posX] = cache_get_field_content_float(i"iPosX"mysql);
            
Entrance[eid][posY] = cache_get_field_content_float(i"iPosY"mysql);
            
Entrance[eid][posZ] = cache_get_field_content_float(i"iPosZ"mysql); 
Silly bug.
You are saving iPosX, iPosY and iPosZ to posX, posY, posZ variables.
Reply


Messages In This Thread
Dynamic Pickups not spawning - by theonethatownz - 26.03.2016, 20:37
Re: Dynamic Pickups not spawning - by czerwony03 - 26.03.2016, 23:17
Re: Dynamic Pickups not spawning - by theonethatownz - 27.03.2016, 15:23

Forum Jump:


Users browsing this thread: 1 Guest(s)