02.08.2015, 09:07
Try this:
scolor is a string so you have to declare it like this:
PHP код:
CreateStore(i,Store[i][extX],Store[i][extY],Store[i][extZ],Store[i][sname],Store[i][scolor],Store[i][Int],Store[i][minm],Store[i][smodel]);
//Stock
CreateStore(sid, Float:x,Float:y,Float:z, sName[30],COLOR[30], sInt,minmoney,mid)
PHP код:
COLOR[30]