Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. just type "upgrade" this sometimes works, sometimes not.. for me - for 2 scripts worked ok, for 1 totally failed..
  2. hi, theres any way to determine which player is responisble for car explode? onVehicleExplode has no arguments if not, will be this in MTA 1.1 (question for somebody who knows news from mta creators team) ?
  3. hmm.. i'll try upgrade, but server havent reported any warnings, or deprecated funtions.. but before, i must disable some resources, that stop working after doing a upgrade (i'll manually upgrade them later).. or could you send me the working script?
  4. you, can you recommend me, or something any good login system? the ones in community are buggy (btw: why from about 15 resources, just 2 of them dont need to be fixed before use? half of resources should go to the bin ) 1- totally buggy, 2nd - working, but when one player logging in, the window disappear for everyone (and after fast looking through the code everyting looks fine ) 3rd - its just 2nd, with another skin .. or should i write my own? im bit busy with other scripting, and dont want to stop my work (but if i must..)
  5. if you know scripting, you'll probably fix it. but i think nobody will do it for you
  6. if you know scripting, you'll probably fix it. but i think nobody will do it for you
  7. I`ve heard (on this forum) there will be probably a custom handling ability in 1.0.4. So i have a question: Will this work, if client will be older than 1.0.4 or must I force them to update? And anybody knows when 1.0.4 will be released? I don`t know where to put this topic, so I posted it here, feel free to move it, if I`m wrong.
  8. I`ve heard (on this forum) there will be probably a custom handling ability in 1.0.4. So i have a question: Will this work, if client will be older than 1.0.4 or must I force them to update? And anybody knows when 1.0.4 will be released? I don`t know where to put this topic, so I posted it here, feel free to move it, if I`m wrong.
  9. just another few lines of checking things
  10. just another few lines of checking things
  11. as i see, this issue wont be fixed, yeah, this sould blinks, and syncing it will be hell (much data, lags etc) so i will probably must destroy and recreate..
  12. as i see, this issue wont be fixed, yeah, this sould blinks, and syncing it will be hell (much data, lags etc) so i will probably must destroy and recreate..
  13. i wanted to create a blinking blip (setTimer etc) but how can i make it invisible? setElementAlpha = no (at least getElementAlpha not works), setBlipColor = no (alpha is working with icon=0 blips), blip visibleTo = no, becouse this is client side something else then destroying and creating it (for example how to change visibleDistance)
  14. i wanted to create a blinking blip (setTimer etc) but how can i make it invisible? setElementAlpha = no (at least getElementAlpha not works), setBlipColor = no (alpha is working with icon=0 blips), blip visibleTo = no, becouse this is client side something else then destroying and creating it (for example how to change visibleDistance)
  15. arghh, i didnt see it how to check if player is driving a vehicle, client-side?
  16. arghh, i didnt see it how to check if player is driving a vehicle, client-side?
  17. -- checks if player is still driving this vehicle local vehPlayer = getPedOccupiedVehicle(getLocalPlayer()) if (vehPlayer==veh) then local seat = getPedOccupiedVehicleSeat(getLocalPlayer()) outputChatBox("xd") end after doing getPedOccupiedVehicleSeat, or getPlayerOccupiedVehicleSeat my function stops working (no outputChatBox, or other).. whats wrong?
  18. -- checks if player is still driving this vehicle local vehPlayer = getPedOccupiedVehicle(getLocalPlayer()) if (vehPlayer==veh) then local seat = getPedOccupiedVehicleSeat(getLocalPlayer()) outputChatBox("xd") end after doing getPedOccupiedVehicleSeat, or getPlayerOccupiedVehicleSeat my function stops working (no outputChatBox, or other).. whats wrong?
×
×
  • Create New...