11.12.2013, 14:45
Guys i don't know what to do can you check where is problem.
allcar is new allcar = -1; this code help me calculate all server vehicles which are spawned, so please help me. Thanks.
Код:
stock CV(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2) { AddStaticVehicle(modelid, x, y, z, angle, color1, color2); allcars++; return allcar; }