Everything posted by Sniper296
-
Programming
I think my PHP knowledge helped my learn C? a bit. I did try VB a few months before C? but hated it. And by the way, avoid W3Schools like the plague. See http://w3fools.com/ for info.
-
Sneak Screenshots Released By Rockstar!
Surely it would be LSPDFR.
-
Animated .gifs?
Ahh, this problem again. I think IPS realised what idiots they were when they disabled animated GIFs and added a setting in the ACP to enable animated GIFs everywhere, disabling the /uploads/profile/photo-thumb-[uID].gif forcing everywhere to use /uploads/profile/photo-[uID].gif, that being the one you uploaded, not the poorly resized animated one.
-
A few questions...
Not sure if it still does, but LCPDFR did trigger the island unlock once, so starting the mod should unlock them for you.
-
Sneak Screenshots Released By Rockstar!
Damn nice, at least it will look good without the need for ENB. They are not bombs, they are external fuel tanks. But it does have an impressive missile armament. It is supposed to be a cross between the Harrier and F-35, so it might have an internal weapons bay, like the F-35, with plenty of bombs.
-
c# script error
Make sure that you have System.Windows.Forms referenced and have using System.Windows.Forms;
-
c# script error
public MyScript() { this.KeyDown += new GTA.KeyEventHandler(KeyHandler); } private void KeyHandler(object sender, GTA.KeyEventArgs e) { if (e.KeyWithModifiers == (Keys.Alt | Keys.B)) {
-
LCPDFR PROBLEM
Never seen that error code before but this is what the error code list says:
-
Parts of map dissapear?
In my experience, scripts rarely cause the texture "bug" unless a moron has coded it or the coder has made a moronic mistake, I should know I have done that twice now. Dump the "high poly shitmobile" car pack first.
-
Best Video Editor Under or $60?
I have not tried it myself but you could try the one that the VLC developers have made. All of the really good ones are very expensive.
- IVDashCam V2 (2.2) - Update released
- IVDashCam V2 (2.2) - Update released
- IVDashCam V2 (2.2) - Update released
-
Low FPS, i7 8GB RAM, 2GB DDR5 raedon 6670, 1.5TB
You cannot legally buy GTA IV's CD key anywhere, anywhere that has told you otherwise is lying. Click here for a list of places you can legally buy the game and demand a refund from where you got that key.
- IVDashCam V2 (2.2) - Update released
-
LCPDFR fades out
@Shawnyg: Bullet 19, "25 Forum Posting Etiquette Tips" link in Community Guidelines. I will give you a verbal warning this time as no one bothers to read anything any more.
-
_DUDES_ Dashcam V2
http://en.wiktionary.../wiki/exclusive No files, no support.
-
How to Play Arma II with Anyone Who Wants to?
You might not want to install any mods until you have had a go at the training missions, mods may break them. ACE and it's friends get updates almost daily, I would recommend using Six Updater to keep everything up to date. I currently have the following: @ACE, @ACEX, @ACEX_RU, @ACEX_SM, @ACEX_USNavy, @ACRE, @CBA, @CBA_A2, @CBA_OA, @heli_extras, @JayArma2Lib_new, @ldl, @mcc_sandbox, @st_lb_enhance, @stmovement Non Six: glt_moab, loki_lost_key, sa_m109a6, stra_debug2 The mods you chose are up to you and the server you choose to join. Check out BIS forums and armaholic.com
-
How to Play Arma II with Anyone Who Wants to?
For the love of god, please play the game itself first, maybe add a few normal mods such as ACE2. DON'T install DayZ straight away, people who bought this excellent game just for DayZ are scum! And mostly are people who can't manage such a "complicated" game that requires tactics rather than what they are used to, running around in a rubbish FPS quick scoping everyone.
-
What happened to "Policing Tools"?
The mod will remain in development and testing until the crashing issue has been resolved, I will try to add new features to make up for the issue. If you have installed it please perform the following steps to remove it, even if you have no crashing. Delete: pc\models\cdimages\twoninersix.ide pc\models\cdimages\twoninersix.img scripts\GTAPolicingTools.net.dll scripts\GTAPolicingTools.ini scripts\GTAPolicingTools\LCDM2N__.TTF scripts\GTAPolicingTools\LCDMono2-Normal_LICENSE.TXT scripts\GTAPolicingTools\radar.wav scripts\GTAPolicingTools\radarMuted.wav scripts\GTAPolicingTools\Manual.pdf scripts\GTAPolicingTools\ Remove the following lines: common\data\default.ide gpt_radar1, gpt_radar1, AMB@CARRY_HOLD, 1, 50, 0 gpt_radar1, 0, CM_PED_POWER_TOOL common\data\gta.dat IDE platform:/MODELS/CDIMAGES/TWONINERSIX.IDE common\data\images.txt platformimg:/models/cdimages/twoninersix 1 common\data\WeaponInfo.xml FROM:<weapon type="EPISODIC_24"> TO:</weapon> DO NOT upload the file/s anywhere! Upload them here and you will receive warning points upload them elsewhere any I will file an immediate take-down notice! Uploading without my permission is a copyright and EULA violation!
-
LCPD:FR .86?! :D
He is referring to the fact that the build server is currently unavailable.
- IVDashCam V2 (2.2) - Update released
-
scripting tools?
C♯
-
scripting tools?
I forgot about that, try this one http://www.gtagaming.com/downloads/gta-iv/tools/2943
-
scripting tools?
If C++ (.asi mods) http://www.gtaforums.com/index.php?showtopic=390582 (see dev kit) If .Net (.net.dll)(C# better than VB) http://www.gtaforums.com/index.php?showtopic=392325 (see for developers folder in dl and writing new scripts) In either case the main tool is Visual Studio, the express edition is the free edition.