Jump to content

HappyMeal

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

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

HappyMeal's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. A?
  2. Like this timer = {} --------------------------- -- Repair vehicle --------------------------- function repairVehicle() local vehicle = getPedOccupiedVehicle(g_Me) if vehicle then if not isTimer(timer[g_Me]) then -- local remaining, executesRemaining, totalExecutes = getTimerDetails(timer) timer[g_Me] = setTimer(function() timer[g_Me] = nil end,30000,1) server.fixVehicle(vehicle) local time_left_ms, executes_lesft, total_executes_count = getTimerDetails(timer[g_Me]) if (remaining and executesRemaining and totalExecutes) then outputChatBox("#006400• Vehicle successfully repaired", 0, 100, 0,true) else errMsg("• Please wait at least "..time_left_ms.." seconds before repairing again.") end end end end addCommandHandler('repair', repairVehicle) addCommandHandler('rp', repairVehicle)
  3. Like this timer = {} --------------------------- -- Repair vehicle --------------------------- function repairVehicle() local vehicle = getPedOccupiedVehicle(g_Me) if vehicle then if not isTimer(timer[g_Me]) then -- local remaining, executesRemaining, totalExecutes = getTimerDetails(timer) timer[g_Me] = setTimer(function() timer[g_Me] = nil end,30000,1) server.fixVehicle(vehicle) local time_left_ms, executes_lesft, total_executes_count = getTimerDetails(timer[g_Me]) if (remaining and executesRemaining and totalExecutes) then outputChatBox("#006400• Vehicle successfully repaired", 0, 100, 0,true) else errMsg("• Please wait at least "..time_left_ms.." seconds before repairing again.") end end end end addCommandHandler('repair', repairVehicle) addCommandHandler('rp', repairVehicle)
  4. To set in this script hex guiSetProperty(theImage, "ImageColours", "tl:FFD7D7D7 tr:FFD7D7D7 bl:FFD7D7D7 br:FFD7D7D7")
  5. Please tell me how to make rgb to hex and to set this.
  6. R,g,b but for it?
  7. Explain me how to set it red.
  8. How it's possible to set color to a guiCreateStaticImage
  9. HappyMeal

    Images

    I already fixed it.
  10. Already fixed . Thx for help
  11. IM not oussezzzz!!!! Im not that dumbass
  12. HappyMeal

    Images

    No just to draw them in hud
  13. do you saw my parenthesis '' '' ? And im not dumbsezz
  14. No, im not an arab.
  15. HappyMeal

    Images

    Anyone please help me
×
×
  • Create New...