Jump to content

WASSIm.

Members
  • Posts

    1,412
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by WASSIm.

  1. you can't cancel event onClientGUIClick addEventHandler("onClientMarkerHit", LosSantosMarker, function(p) if (p == lp) and not (isPedInVehicle(lp)) then guiSetVisible(AirportWindow, true) showCursor(true) end end) addEventHandler("onClientGUIClick", AirportWindow, function (b) if (b == "left") and (source == LosSantos) then outputChatBox("You are already in Los Santos!", 255, 0, 0) end end)
  2. i guys. i want asking where i can get free VPS. and thanks for help
  3. i have suggestion. why don't make free VPS like Host1Free. that will make more advertisement.
  4. WASSIm.

    Question

    how add column on SQl ?
  5. addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), function (attacker) if (not attacker) or ( attacker and not attacker == source) then cancelEvent() end end)
  6. change 5 to this local lvl = tostring(getElementData(getLocalPlayer(),"level"))
  7. WASSIm.

    MySql problem

    localhost its mean mysql server same host mta server and you can't use mysql server 000webhost
  8. WASSIm.

    help me

    function intro(account) --If he is new show the intro if not (getAccountData(account,"Achievement: New Guy")) then spawnPlayer (source, -3255.5166015625+math.random(0,0), 1848.876953125+math.random(0,0), 9.8706741333008, 178.27844238281, math.random(265,312)) showPlayerHudComponent(source, "radar", false) showChat(source, false) fadeCamera(source, false) setTimer(fadeCamera, 4500, 1, source, true) setTimer(setElementPosition, 3000, 1, source, -3255.5166015625+math.random(0,0.5), 1848.876953125+math.random(0,1), 9.8706741333008, 178.27844238281) setTimer(setElementRotation, 3000, 1, source, 0, 0, 178.27844238281) setTimer(setPedAnimation, 4600, 1, source, "ped", "getup_front") setTimer(setPedAnimation, 5750, 1, source, "ped", "IDLE_stance") setTimer(setPedAnimation, 6200, 1, source, "ped", "WALK_civi") setTimer(setCameraMatrix, 4000, 1, source, -3256.9641113281, 1833.8905029297, 13.224102973938, -3256.3107910156, 1850.1762695313, 9.8706741333008, 0, 0) setTimer(setElementPosition, 13900, 1, source, -3255.1701660156+math.random(0,0), 1838.9616699219+math.random(0,0), 10.8706741333008, 192.73875427246) setTimer(fadeCamera, 12000, 1, source, false) setTimer(fadeCamera, 15000, 1, source, true) setTimer(setCameraTarget, 14500, 1, source) setTimer(showPlayerHudComponent, 13900, 1, source, "radar", true) setTimer(showChat, 13900, 1, source, true) else outputChatBox("Welcome back!", source, 0, 240, 0, false) fadeCamera(source, true) spawnPlayer (source, -3255.1701660156+math.random(0,3), 1838.9616699219+math.random(0,3), 9.8706741333008, 192.73875427246, math.random(265,312)) setCameraTarget(source, source) end end addEventHandler("onPlayerLogin", getRootElement(), intro)
  9. WASSIm.

    Radar blip

    them my full code anyone can stolen and use it or uploaded it on community and me & Citizen make it
  10. WASSIm.

    Radar blip

    realy ? everyone if solved his problem need share his code ? why after i make radar some people want copy my idea radar gta v?
  11. WASSIm.

    Radar blip

    why ? for other stolen it ? just them can get exmple how make blip or how make radar area on radar
  12. just use GUI Editor is better and esay
  13. WASSIm.

    dxDraw

    you'r scripting incorrect
  14. WASSIm.

    dxDraw

    your script have many problem. i suggestion you to use this https://community.multitheftauto.com/in ... ls&id=8663
  15. function addVehicle (model, x, y, z, account_name) local file = xmlLoadFile("file.xml") --can be .map too if not (file) then file = xmlCreateFile("file.xml","file") --create file if not exists end local vehs = xmlCreateChild(file, "vehicle") -- adding a child to file if (vehs) then xmlNodeSetAttribute(vehs, "model", model) --setting atribute to created child xmlNodeSetAttribute(vehs, "x", x) xmlNodeSetAttribute(vehs, "y", y) xmlNodeSetAttribute(vehs, "z", z) xmlNodeSetAttribute(vehs, "account_name", account_name) end xmlSaveFile(file) --saving file xmlUnloadFile(file) --unloading file end
  16. ena server 7alou bil VPS ama dra chbih vps tsakar wa nsit il password account
  17. ya3tik il sa7a 3al BUMP topic 9dima 3anda barcha ....
  18. WASSIm.

    Radar blip

    now it worst. i don't want make radararea on range of radar
  19. the player passed to the function is invalid o account guest i think
×
×
  • Create New...