Thread: [help] Error
View Single Post
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 12-13-2019 , 09:16   Re: [help] Error
Reply With Quote #3

Quote:
Originally Posted by OciXCrom View Post
Show the code for all relevant variables.
PHP Code:
new Array:SupplyBoxes, Array:EmptyCfgLines// <- Information holders //

enum _:SupplyBoxesArray 
{   // <- Array variables //
    
line_id,
    
Float:box_origin[3],
    
Float:box_angles[3]
}

new Array:
SupplyBoxesContents// <- Content holder //

enum _:SupplyContentsArray 
{
    
box_id,
    
box_name[35],
    
pickupForwardItem 
popilas is offline