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

Topics - Gulk

#1
Script Showroom / (Java) MTA 0.5 Remake
Jan 08, 2024, 05:45 PM
I wont be giving any support on this, just use IntelliJ and you should be fine.
Database needs postgres.
Builds with maven.

http://homepage.eircom.net/~Gulk1990/mtavcdm(java).zip

It's old and not up-to-par but I'm sure it can be useful or fun.
#2
I am attempting to give some skins more than 3 weapons with "AddClass" and it doesn't allow it. 3 is max.

I want to give certain skins armour too, upon spawn - [Cop] 50 max armour - [Vice City Crusader] 100 max armour.

nothing i try worked
#3
function onPlayerDeath(player,reason)
{
 print("[DEATH] "+player.Name+" died. (" + GetWeaponName( reason ) + ")" );
 if (reason == WEP_DROWNED) Message("[#CACA02]"+player.Name+" drowned.");
 else Message("[#CACA02]"+player.Name+" died. (" + GetWeaponName( reason ) + ")" );
 return 1;
}

function onPlayerKill( killer, player, reason, bodypart )
{
 print("[KILL] "+killer.Name+" killed "+player.Name+". (" + GetWeaponName( reason ) + ")" );
 Message( "[#CACA02]" + killer.Name + " killed " + player.Name + ". (" + GetWeaponName( reason ) + ")" );
 killer.Score++;
}


How can I get Helicopter Blades to show up on death message? I see no constant for it on the wiki
#4
Description:
  A problem caused this program to stop interacting with Windows.

Problem signature:
  Problem Event Name: AppHangB1
  Application Name: gta-vc.exe
  Application Version: 0.0.0.0
  Application Timestamp: 00000000
  Hang Signature: 4a44
  Hang Type: 2048
  OS Version: 6.1.7601.2.1.0.256.1
  Locale ID: 6153
  Additional Hang Signature 1: 4a44093f0c666bc6bf497397e56d2291
  Additional Hang Signature 2: 7932
  Additional Hang Signature 3: 79328550a6708904ff0ee72da87516a9
  Additional Hang Signature 4: 4a44
  Additional Hang Signature 5: 4a44093f0c666bc6bf497397e56d2291
  Additional Hang Signature 6: 7932
  Additional Hang Signature 7: 79328550a6708904ff0ee72da87516a9
#5
Ever since the update that added a SkinID. I havent seen this brought up so I figured I'd get it posted here.
#6
Closed Bug Reports / Screenshotters
May 03, 2015, 12:01 AM
Already I've seen a lot of people using F8[screenshot] to cause a pause or lag in their game, what can we do about this? the freeze is pretty bad for me, nearly 1 whole second or more :?

what makes it even worse is how it can be assigned to a key close to movement keys D:
#7
Can someone make a script that heals only a certain SkinID +1 HP every 2 seconds?
(I need it for Sailor skin in my server)

Thanks
#8
 ..if holding fire button (no reload animation is played)
#9
Acknowledged Bug Reports / Weather ID
Apr 29, 2015, 10:16 AM
Rain (ID 5) can not be set without the darkness or lightning coming, it also makes 13:00 look like 3am, I know it isn't that big of an issue but would it be possible to get an upgrade for the weather ID's so they actually use real weather used in single player?

Maybe they can be retrieved from the games files
#10
http://youtu.be/5x9KSlHvsog

Just some casual nostalgic play, like old times from Multi Theft Auto - R.I.P.

 8) Hope you like it .
#11
SetMaxHeight(80); - The default singleplayer height value, has no effect. Can still fly helicopters upwards endlessly.
#12
Untested with the regular skins, im assuming this is another bug caused by the skinz I am using



If you look close at the second game, youll see the grey swing effect is stretched
#13
I think it may be a memory problem. Because my server uses the special "higher than normal peds quality skins" Happens when 6 or-so player join my server. Check it out.

Radar textures dissapearing.


3d textures going black: (they also go white sometimes)



The skins(player models) lose their textures a lot too, and turn into white models resembling snowmen.


#14
How do I use this? I want to make all vehicles in a server respawn after a certain amount of time if they are unused.

Quotetypedef int (*SDK_SetVehicleIdleRespawnTimer) (int nVehicleId, unsigned int uTimer);
from new VCMP.h ^
#15
...while attempting to list this server"

-

Hey, I'm trying to get my 0.4 sever up and running and announced to the list so others can join, I keep getting this error.

Tried to forward ports. To no avail.

Can anybody help? I seem to be the only person bumping into this problem