24.09.2010, 12:58
I've tried to create two random missions, but the samp wiki didnt help me.
On the first line I have 6 times this -> warning 213: tag mismatch and one error -> error 018: initialization data exceeds declared size
IF I changed 12 to 0 I have lot warnings 213....
Anyone can help?
Код:
new Float:TruckDirt[][12] = { {-64.6646,-25.0894,3.1172,"Farm","Hops",-176.2634,-277.9630,1.4297,"FleishBerg Brewery",500,1,0}, {588.0559,844.4221,-42.5385,"Quarry","Coal",-1857.2985,113.2854,15.1172,"Solarin Industries",5000,1,0} };
IF I changed 12 to 0 I have lot warnings 213....
Anyone can help?