This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
apt-get update & apt-get install gcc g++ libstdc++6
apt-get install libc6-i386
GetVehicleCount();
Code: [Select]spawn_vehicle <- array(MAX_VEHICLES(), 0);spawn_vehicle[vehicle.ID]
spawn_vehicle <- array(MAX_VEHICLES(), 0);spawn_vehicle[vehicle.ID]
MAX_VEHICLES
Is january is 0?
But why was there nothing ever mentioned?
OS of linux
ln /usr/lib/mysql/libmysqlclient.so.16.0.0 /usr/lib/libmysqlclient.so.18
Fire's are not seeable if the fire has been created before a player has joined the game?
SDK_objs = SQMain.o SQFuncs.oCXX = g++-4.8 -fPIC -WerrorCXXFLAGS = -O2 -DNDEBUG -I. -I ../../common/RakNet/ -I ../../common/all: LUPlus.so cleandefault: allLUPlus.so: $(SDK_objs) $(CXX) -o $@ $(SDK_objs) -shared -sSQMain.o: SQMain.cpp SQMain.h SQFuncs.h $(CXX) $(CXXFLAGS) -c SQMain.cpp -o $@SQFuncs.o: SQFuncs.cpp SQFuncs.h $(CXX) $(CXXFLAGS) -c SQFuncs.cpp -o $@clean: rm -f $(SDK_objs)