Jump to content

#Paper

Members
  • Posts

    568
  • Joined

  • Last visited

About #Paper

  • Birthday 22/11/1996

Details

  • Gang
    ...
  • Location
    Italy, Sicily, Acireale (CT)
  • Occupation
    Scripter :D

Recent Profile Visitors

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

#Paper's Achievements

Mack

Mack (28/54)

0

Reputation

  1. engineReplaceCOL engineLoadCOL Use that functions ^^
  2. You should insert this check in the vehicle blow up function: if not getVehicleOccupant(vehicle) then blowVehicle(vehicle) else outputDebugString("Detected occupied vehicle: don't blow!") end
  3. What u modifyed first that this doesn't work?
  4. I love this skin too! D:
  5. this theme... is simply FANTASTIC! I love it ^^
  6. I suggest you to make a backup of the script on every modify that u make, anyway, where is cbGUI defined? P.S: I suggest you to show us whole code
  7. You must disable the script that blow all unoccupied vehicle ^^
  8. Whit what event i can sostitute this?
  9. #Paper

    dxImages

    "attempt to compare number whit nil" in this line "if pointx>boundx then" local selectedTab function checkForCursorInImage() local pointx, pointy = getCursorPosition() local screenx, screeny = guiGetScreenSize() local pointx = screenx * pointx local pointy = screeny * pointy local imgX, imgY, imgW, imgH = x + barX + 35, 13 + textMove - 10, 100, 75 if isCursorShowing() then if isPointInBounds(mouseX, mouseY, imgX, imgY, imgW, imgH) then selectedTab = "stats" checkForTabs() end end end addEventHandler("onClientCursorMove", root, checkForCursorInImage)
  10. Anyway, i analized the code and there is not any triggerClientEvent into an onResourceStart, they are on: onGamemodeMapStart onPlayerWasted And another triggerClientEvent is in a function called by onPlayerWasted So, the problem can't be fixed whit onClientResourceStart
  11. mhh, and is there an event that triggers when the download is completed? And i was thinking, if i use onClientPlayerSpawn, is the same?
×
×
  • Create New...