Jump to content

cronomx

Members
  • Posts

    14
  • Joined

  • Last visited

cronomx's Achievements

Square

Square (6/54)

0

Reputation

  1. cronomx

    Problem with upgrade

    well I asked the host to revert the server back to 1.0.3 and the usage went down a little bit, but I think the host has some big problems still. I'm trying to find a new host because the support this one gave me was lame, ill let you know if something comes up.
  2. cronomx

    Problem with upgrade

    It happens randomly but theres a weird thing, I think its a host problem because I was running the server without any resources loaded and I't was still using that much CPU. Let me verify if the host is the problem and I'll let you know how it turned up, thanks for the reply
  3. Since I upgraded my server to 1.0.4 version it is having a HIGH cpu usage, this is causing my host to restart the server because of that problem. It is getting really anoying because players don't want to play there anymore because they are loosing their money/weapons every reboot. Is there anything that has changed that dramatically since "upgrade"?
  4. cronomx

    Pickup ammo

    Oh thanks man, sorry about the trouble, I got biased by the function name Thanks for the answer man
  5. Maybe this is what you are looking for: addCommandHandler ( "cash", function ( player, command, dude ) if dude then local temp = getPlayerFromName(dude) if temp then outputChatBox("The player "..dude.." has $"..tostring(getPlayerMoney(temp)),player,0,255,0) else outputChatBox("Player "..dude.." not found",player,0,255,0) end else outputChatBox("The player "..getPlayerName(player).." has $"..tostring(getPlayerMoney(player)), getRootElement(),0,255,0) end end )
  6. cronomx

    Pickup ammo

    Is there a way to change the ammo amount of an already created pickup? Something like a setPickupAmmo command? Im trying to achieve this: temp = createPickup(0,0,3.5,2,16,3000,50) outputChatBox(tostring(getPickupAmmo(temp))) --This will output "50" --DO SOMETHING HERE TO CHANGE THE AMMO TO 100-- outputChatBox(tostring(getPickupAmmo(temp))) --This will output "100" The only thing I could do was to delete the pickup then create a new one, but is there a way to just do something like the code?
  7. LOL this dude goes here and there showing client-sided parts of his downloaded scripts and tells everybody that he made them. Damn he has just made my day LOL
  8. It's a 4500 intel video card series problem, I have 3 PC's with those video cards and they have the same problem. I've ask intel for support but as normal GTA runs well they say it's an MTA problem. If anyone has a solution I would greatly appreciate it
  9. cronomx

    WINDOW MODE

    Can someone tell me how to enable "window mode" on 1.0? I used to do it with the "window" commans but now it doesn't works. Sorry if it's a retarded question EDIT.- OMG IM RETARDED, never mind i found the option SORRY GUYS Can someone delete or lock this?
  10. Im sorry to bring this topic up again but I think that nobody whatched my EDIT so here it is. Thanks in advanced and I hope that someone can help me. I've reinstalled the game, intalled some DirectX actualizations and nothing, I'ts still the same. Does anybody has the Intel G45/G43 Express Chipset so that I can see that it is compatible with MTA? I have a laptop with G65 Express chipset and it works great, I have nothing else to do but to wait for some help. Well thanks anyway, I think that I'm gonna stick with my laptop untill I can afford a video card, so do you think that is the problem?
  11. The problem is that if I play Grand Theft Auto (the normal game) it runs perfectly, even on high resolutions. So that is why I dont think that is a GTA issue but a MTA one. I'm gonna reinstall the game later today to see if that resolves my problem. I'll let you know what happened. Thanks for your help EDIT.- I've reinstalled the game, intalled some DirectX actualizations and nothing, I'ts still the same. Does anybody has the Intel G45/G43 Express Chipset so that I can see that it is compatible with MTA? I have a laptop with G65 Express chipset and it works great, I have nothing else to do but to wait for some help. Well thanks anyway, I think that I'm gonna stick with my laptop untill I can afford a video card
  12. My directX version is this DirectX 9.0c (4.09.0000.0904) I took this screenshot, I dont think that it's a DirectX problem because I have the exact version on a Laptop and I can play fine there
  13. Yes man, I've just installed the most recent drivers for my video card, and the problem still there, thanks for the interes though.
  14. Well my problem is that when i start just GTA I can play fine, but when I start MTA, where you are supposed to see the EAX and nVidia splash screen, I only see two all-white splash screens. Then I can watch the intro video and then another white screen, after a while I can access the MTA main menu, I choose my server and again I see a white screen whit a loading bar. I entered a game server and when it was downloading the resource files all I could see was pink squares all over the screen (like a game error or something). When it finished downloading the files I could enter the server but everything was in a brown tone, and had a lot of other visual errors. I think that is a video problem (obviously) but I can run the normal GTA perfectly fine. My PC is (extracted fron DXDIAG): System Model: DELL Vostro 220s Series BIOS: Default System BIOS Processor: Intel® Core2 Duo CPU E7300 @ 2.66GHz (2 CPUs) Memory: 3036MB RAM Page File: 433MB used, 4483MB available DirectX Version: DirectX 9.0c (4.09.0000.0904) VIDEO (Latest Drivers): Card name: Intel® G45/G43 Express Chipset Manufacturer: Intel Corporation Chip type: Intel® 4 Series Express Chipset Family Display Memory: 1024.0 MB Thank you for any help that you can provide EDIT.- I am using Windows XP
×
×
  • Create New...