I did use those. I just saved it and changed the name into .cs and it worked i just cant build it
OneMinuteYT
View profile on GTA5-Mods.com »
Posts made by OneMinuteYT
-
RE: Visual Studio Cannot build error pls helpposted in Installation Help & Troubleshooting
-
Requesting Mods: Start a new save after replaying missionposted in Requests
every time when i replay a mission it really sucks that i just go back to where i was, instead i would like to continue the story from there on.
example: when i replay a heist and i finished it i would like to continue the story (automaticly create a save game after the replay so i just continue instead of replaying.
-
Visual Studio Cannot build error pls helpposted in Installation Help & Troubleshooting
So when i try to build my script its say:
1>------ Build started: Project: TEST 1, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3274: The primary reference "ScriptHookVDotNet2" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.7.2".
1>C:\Users\stefa\source\repos\TEST 1\TEST 1\Class1.cs(8,7,8,10): error CS0246: The type or namespace name 'GTA' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\stefa\source\repos\TEST 1\TEST 1\Class1.cs(9,7,9,10): error CS0246: The type or namespace name 'GTA' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\stefa\source\repos\TEST 1\TEST 1\Class1.cs(10,7,10,10): error CS0246: The type or namespace name 'GTA' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\stefa\source\repos\TEST 1\TEST 1\Class1.cs(11,7,11,10): error CS0246: The type or namespace name 'GTA' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\stefa\source\repos\TEST 1\TEST 1\Class1.cs(14,27,14,33): error CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\stefa\source\repos\TEST 1\TEST 1\Class1.cs(16,16,16,19): error CS0246: The type or namespace name 'Ped' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users...\source\repos\TEST 1\TEST 1\Class1.cs(17,16,17,23): error CS0246: The type or namespace name 'Vehicle' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========My References are:
scriptHookvdotnet2.dll
System.Windows.Forms
System.Drawing -
RE: I need scripting help PLSposted in General Modding Discussion
thx so much, srry for the late reaction problem solved
-
RE: Franklin player model is buggedposted in Installation Help & Troubleshooting
the common reason would be because of downloading a mod for franklin such as clothing/face etc.
if you downloaded the mods in your mods folder you could rename the "mods" folder into something like "modss"
now allt he mods have been disabled if you still have the problem you could try using a trainer (menyoo for example) to change the model back to franklin maybe that works. -
I need scripting help PLSposted in General Modding Discussion
pls help me, i am learning the basics of scripting but how do i use one key to increase and a other one for decrease cuz i only know how i can set, example: key"1" for 1 star. key"2" for 2 star etc.
how do i create a script where i can use one key to increase decrease, example:PageUp to increase wanted level
PageDown to decrease wanted levelHow do i do this