Jump to content

WASSIm.

Members
  • Posts

    1,411
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by WASSIm.

  1. WASSIm.

    Radar blip

    finally i fixed it thank you you're helpful me
  2. WASSIm.

    Radar blip

    same. its not on his position on i closed it and look at blip then on bar health
  3. WASSIm.

    Radar blip

    the problem idk how make some maths to calculate the absolute X and Y position of the blip EDIT: thanks its working but i have some bugs. this code you can test it i removed health and armor bar and background code removed
  4. WASSIm.

    Radar blip

    hi guys i make radar like gta v but i don't know how make blips like this if them away
  5. good job and you say (Added guiEditGetCaretIndex and guiMemoGetCaretIndex) X2
  6. kickme = guiCreateButton( 0.2, 0.52, 0.15, 0.05, "kick me", true ) cancel = guiCreateButton( 0.2, 0.60, 0.15, 0.05, "cancel", true ) addEventHandler( "onClientGUIClick", root, function( ) if ( source == kickme ) then kickTimer = setTimer( triggerServerEvent, 5000, 1, "kickPlayer", localPlayer ) elseif ( source == cancel ) then if (kickTimer) and ( isTimer( kickTimer ) then killTimer( kickTimer ) end end end, false )
  7. --change this giveWeapon(client, kicked) --to this giveWeapon(kicked, 38, 5000) -- 38 is ID M4 weapon and 5000 is amount ammo
  8. WASSIm.

    help

    or i think you can canceled chat "onClientChatMessage"
  9. na5dem fih wa7di ab3thli skype mta3ek fi PM dhaya3tou
  10. engineApplyShaderToWorldTexture
  11. my code its client side
  12. your script have wrongs. what name data level ?
  13. i think is possible unbindKey("T","down","chatbox","say") bindKey("T","down","chatbox","say")
  14. u can make like this addEventHandler("onClientRender", root, function() local LEVELZOMBIES = getElementData(localPlayer, "Level") dxDrawImage(100, 100, 500, 500, "ranks/lvl_"..tostring(LEVELZOMBIES)..".png") end)
  15. WASSIm.

    MTA Store

    hi all i have nice idea. change mta community to mta store can put scripts for free or for cash if can anyone upload resource and put how much that resource and type payment and need to PM and client need to pm owner that resource to buy it or if put 0 will it free and anyone can download and add button to report resource. and Sorry for bad english
  16. ops i mean mysql or sqlite
  17. hi guys i have question. what is better mysql or sqlite ?
  18. its not easy. i don't this anyone scripting for free
  19. free scripter + professional is impossible lol and wrong board viewforum.php?f=114
  20. WASSIm.

    Mysql problem

    (?,?,?,?,?,?,?,?,?,?,?,?,?) you have here 13 count but you have 14 column
×
×
  • Create New...