array sizes do not match or des.......
#1

compiler is giving me these error at this line:

PHP код:
CreateStore(i,Store[i][extX],Store[i][extY],Store[i][extZ],Store[i][sname],Store[i][color],Store[i][Int],Store[i][minm],Store[i][smodel]); 
PHP код:
//Enum
enum sInfo
{
    
stid,
    
sname[30],
    
Float:extX,
    
Float:extY,
    
Float:extZ,
    
Float:intX,
    
Float:intY,
    
Float:intZ,
    
vw,
    
Int,
    
Robbable,
    
minm,
    
pickup,
    
Text3D:text,
    
smodel,
    
scolor[30],
}; 
PHP код:
//Stock
CreateStore(sidFloat:x,Float:y,Float:zsName[30],COLORsInt,minmoney,mid
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)