Jump to content

gokalpfirat

Members
  • Posts

    314
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gokalpfirat's Achievements

Prankster

Prankster (22/54)

0

Reputation

  1. Nope I think the problem is when trying to trigger with server. Client cant send pickup and colshape to server.
  2. Ok I want to change every players pickup object's alpha and need to do this at client side Because I created this object at client side
  3. If I try to show every part there thousand lines of code. These are simply show. If you cant understand from my code. To sum up I create pickups client side. But I need to change their alpha to all players. How can I trigger an event for all players but I need to do this in client side code.
  4. event is this function disableClientPickup(colshape,pickup,timer) setElementAlpha(pickup,0) setTimer(loadPickup,timer,1,pickup,colshape) end addEvent("disableClientPickup",true) addEventHandler("disableClientPickup",getRootElement(),disableClientPickup) function loadPickup(pickup,colshape) setElementAlpha(pickup,255) setElementData(colshape,"respawnTimer",false,true) end I want to set Alpha of pickup object but if I try to do this at server side with triggerServerEvent I cant send pickup object via argument.
  5. for j,l in ipairs(getElementsByType("player")) do triggerEvent("disableClientPickup",l,v.colshape,v.pickup,getElementData(source,"respawn")) setElementData(source,"respawnTimer",true,true) end I try to trigger an event for all players. I know I must do it with server-side code but I cant. I need to find a solution for client and I dont know how? I try lastly code below but not works.
  6. https://community.multitheftauto.com/?p=resources ... ls&id=5526
  7. gokalpfirat

    1.4 Beta Release

    Why no Turkish in there? Turkish translate percent same as othet accepted languages. Why you exclude Turkish? Our community work for translation. I will do the rest small part in my free time. If we cant add Turkish in this patch our all works has been gone. We arent small community.
  8. Why no Turkish in there? Turkish translate percent same as othet accepted languages. Why you exclude Turkish? Our community work for translation. I will do the rest small part in my free time. If we cant add Turkish in this patch our all works has been gone. We arent small community.
  9. Really nice idea but there should be more camera views.
  10. Please finish this project it would be awesome
  11. Now nothing to add is needed Maybe you can make animations for rectangles. Note: I dont know if its bug but you cant send the same message more than 1 time.
  12. Sorry for flood. There are 2 things you should done in new version. Firstly adding hex support. Secondly there should be argument for dissappering time.
  13. It's really nice script and with new bottom support It becomes awesome.
×
×
  • Create New...