Jump to content

DogukanK

Members
  • Posts

    9
  • Joined

  • Last visited

About DogukanK

  • Birthday 21/08/1995

Details

  • Gang
    Learning Script
  • Location
    Republic Of Turkey

Recent Profile Visitors

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

DogukanK's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. DogukanK

    22005 TCP Port

    O en son "Başla" adlı kutucuguda 22005 ile dolduurp denedinmi cmd - ipconfigden - ipv4 adresini aldınmı 192.168.1.**
  2. Here is my code addEvent("jantsil", true) addEventHandler("jantsil", getRootElement(),function() local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then local playermoney = getPlayerMoney ( source ) setAccountData ( playeraccount, "jant", 1026 ) end if isPedInVehicle(source) then local account = getPlayerAccount(source) if account then if getAccountData(account,"jant", 1025) then if tonumber(getAccountData(account,"cash")) >= 0 then addVehicleUpgrade(getPedOccupiedVehicle(source),1026) setAccountData(account,"cash",(tonumber(getAccountData(account,"cash")) or 0)+30000) outputChatBox ( "#fF1464[sHOP] #ffffffJantını Sıfırladın Ve 30K iade Aldın.", source, 0, 0, 0, true ) else outputChatBox ( "#fF1464[sHOP] #ff0000Bunu Sadece Bir Kere Kullanabilirsin", source, 0, 0, 0, true ) end end end end end) but code is still working not true its code information are wheel removed and money give back user but this code all times give money users be making money farming I how to fix it
  3. no Im already setup account data but this code just working on start map I want always work for car change too wheel are put vehicle
  4. function onVehicleEnter_handler( thePlayer, seat, jacked ) local account = getPlayerAccount(thePlayer) if not isGuestAccount(account) then local id = getAccountData(account,"wheel") addVehicleUpgrade(source,id) end end addEvent("onPlayerPickUpRacePickup", true) addEventHandler("onVehicleEnter",root,onVehicleEnter_handler) I have this code but I wanna too race mode car change too able give wheel for account database sorry bad english.
  5. I just have this I cant maked wheels set account data can you help me ?for set account data wheels
  6. I want buy wheels in save accountdata
  7. I just have this function onVehicleEnter_handler( thePlayer, seat, jacked ) local account = getPlayerAccount(thePlayer) if not isGuestAccount(account) then local id = getAccountData(account,"jant") addVehicleUpgrade(source,id) end end addEventHandler("onVehicleEnter",root,onVehicleEnter_handler)
  8. Hey Guys I need to setaccount data for wheels system pls any scripter help me
×
×
  • Create New...