Menu

Show posts

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.

Show posts Menu

Messages - Fjose

#16
General Discussion / [DOUBT] About vehicles
May 24, 2015, 11:56 PM
Someone know why always when the vehicle is created, it's positioned to the North and not the correct rotation.
#17
Finally my problem was solved! After 4 months with the same shit! :D

If someone have the same problem, this is the solution.
1) Go to Device Manager
2) Select Network Adapters
3) Select device (In my case RealTek PCIe GBE Family)
4) Right click and select properties.
5) Select Energy Administrator
5) Deactivate the option: allow the computer to turn off this device to save power

#18
Quote from: Ksna on May 13, 2015, 02:47 AMYour laptop drivers doesn't support Win8.1 try other versions like win8.1 enterprise/pro/...
Contact hp and ask which versions of windows runs smooth or go to official site and search for your laptop model .
You will see something like this :
With Windows 8.1 – for a smooth, versatile PC experience
I have windows 8.1 Enterprise, I've already gone to hp page but the drivers are updated until the windows 7 and that drivers doesn't work.

Quote from: karan20000000000 on May 13, 2015, 05:44 AMThere's a software known as DriverScanner which automatically looks up drivers for your pc, try using it.
OK, I'll try it. >.> I need to buy the licence

Quote from: Thijn on May 13, 2015, 05:50 AM
Quote from: Ksna on May 13, 2015, 02:47 AMYour laptop drivers doesn't support Win8.1 try other versions like win8.1 enterprise/pro/...
Contact hp and ask which versions of windows runs smooth or go to official site and search for your laptop model .

You will see something like this :
With Windows 8.1 – for a smooth, versatile PC experience
I doubt HP will only support certain versions of 8.1.

Your picture is gone, btw. Care to re-upload it if it contained useful information?
In my opinion nothing useful, the pic just shows when I'm trying to fix the problem and then I got the crash

EDIT: I've reuploaded the photo.

#19
Since that I've changed my windows from 7 to 8.1, I had some problems with the net card while i'm navigating, for example: Each x time my connection is down and for solve the problem, I have to turn off my laptop because if I try use the solver of problems of windows, my laptop got a crash and it freezes and then I have to remove the battery as unique form. Curiously this only happens when I use the browsers, because if I'm playing vcmp, that does not happens and same if I'm downloading something (for example with the Windows Update or DriverEasy nothing happens), but the connection fails if I'm downloading using the browser. I tried other solutions but without results. Would be two problems:

1) Repair the connection problems with the card.
2) Repair the crash when I use the solver of problems (only occurs when I use it with this card).



Note: I've already tried downloading the drivers from HP Page without results (with those drivers I can't use the wifi)
#20
thanks S.L.C.
now is working :)
#21
I have windows 8.1 Enterprise x64. I can play without problems the gta vc but in the multiplayer when I'm trying to join, client says: could not start process. I had to download the msvcr120 and msvcp120 for the two versions (x64 and x32) and problem still exist. Someone can help me?

#22
there is something that you can't do  :D
Nice
#23
Snippet Showroom / Re: Team System v1.0.2
Mar 06, 2015, 11:09 PM
You can test it with your GetTok and NumTok functions.
#24
Snippet Showroom / Re: Team System v1.0.2
Mar 05, 2015, 04:39 PM
Tested by me, tested by others, working for me, working for others. The unique difference are the GetTok and NumTok functions, but anyways works.
#25
Just a last thing. Someone know how get the angle from the 'server.conf' because when I use veh.Angle only shows '(1,0,0,0)' and if I use veh.Rotation '(0,0,0,1)' >.>

 function ed()
 {
for ( local a = 0; a <= GetVehicleCount(); a++ )
{
local veh = FindVehicle( a );
if ( veh )
{
print( "ID: " + veh.ID + " - Model: " + veh.Model + " Angle " + veh.Angle + " Rotation: " + veh.Rotation );
}

}
#26
thanks for their answers. now is working :)
#27
In this case, I was importing the vehicles from my 0.3 server to 0.4, all those coordinates are located in the 'server.conf', In the next code everything looks good but for any reason the angle is not taken how must be. it's like if the server is ignoring this part.  In the principle I was thinking it the problem was caused by use negative values in the 'x coordinate', but after see sk's post, I realized it the problem was with the angle how he said.

<Vehicle model="224" world="1" x="-842.2524" y="-909.7036" z="10.8677" angle="356.8192" col1="0" col2="0"/>
<Vehicle model="224" world="1" x="-896.0913" y="-999.1013" z="13.9701" angle="187.0791" col1="0" col2="0"/>

#28
hmm... sk I have the last version uploaded by gudio, I don't have why then this function does not work, anyways can pass me your squirrel plugin :/
#29
GetWeaponAtSlot doesn't exist, I was trying with 'GetWeaponAtSlot(1)' after read all their posts. and stormeus when I was testing how work that function, I knew not to put (idk if this oration is written correctly xD) and use player.Weapon for check.

Also the number of slots begins from 1 to 8 or 0 to 7??

Off topic text removed. Make a separate topic if you have problems.
#30
well, I was using 'player.GetWeaponAtSlot( player.Weapon )' as player.Weapon is represented like an number but in this case the error says: Member Variable not found.