Jump to content

gokalpfirat

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by gokalpfirat

  1. I think you havent got permission.
  2. I think that castillo script that if you are not login your total wins are always 1 but if you are login your total wins are +1 when you reach hunter.
  3. You tested this and a text appeards on top of the object?
  4. When i do like tihs function cadirkur () local x,y,z = getElementPosition(getLocalPlayer()) cadir = createObject(1678,x,y+3,z) addEventHandler('onClientRender', root, Dx) end addCommandHandler("kur",cadirkur) function Dx() local x,y,z = getElementPosition(cadir) local isim = getPlayerName(getLocalPlayer()) local sx,sy = getScreenFromWorldPosition(x,y,z+1) dxDrawText (isim,sx,sy-1) end I get error at sy
  5. Im getting line 12 badargument again.
  6. Line 12 badargument dxDrawText.
  7. function cadirkur () local x,y,z = getElementPosition(getLocalPlayer()) createObject(1678,x,y+3,z) triggerEvent("onDX",getRootElement()) end addCommandHandler("kur",cadirkur) function Dx() x,y,z = getElementPosition(getLocalPlayer()) local isim = getPlayerName(getLocalPlayer()) local sx,sy = getScreenFromWorldPosition(x,y+3,z+3) dxDrawText (isim,sx,sy) end addEvent ("onDX",true) Is this works?
  8. function cadirkur (thePlayer) local x,y,z = getElementPosition(thePlayer) local sx,sy = getScreenFromWorldPosition(x,y+3,z+3) local isim = getPlayerName(thePlayer) createObject(1678,x,y+3,z) dxDrawText (isim,sx,sy) end addCommandHandler("kur",cadirkur) I have got error at line 6.
  9. I think your windows x,y is too high then i could be you cant see in screen.
  10. Thans JR10 you always help me and others:)
  11. I dont want to give a script what i want i want only example and function do this.
  12. Edit: I find custom blips but dxtext top of Marker?
  13. I see in the some RPG servers they are using their own blips. And there is no example or function to do this. How? And how can i make a dxText to the top of the marker(I see in a sw but dx creates a text in screen i think?)
  14. How can i delete hex code onPlayerLogin
  15. Look at this https://wiki.multitheftauto.com/wiki/SetElementVisibleTo
  16. But i think when i createMarker everyone sees?
  17. Sorry for flood but banPlayer doesnt works.
  18. I know how to use marker for only admins but i want that only admins can see marker.
  19. gokalpfirat

    Markers

    How can i set a marker that can only admins see?
  20. Edit. It doestn ban i add acl resource.
  21. But i want find the badword in table kufurtablo{ }
×
×
  • Create New...