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. 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)
  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. To set in this script hex guiSetProperty(theImage, "ImageColours", "tl:FFD7D7D7 tr:FFD7D7D7 bl:FFD7D7D7 br:FFD7D7D7")
  4. Please tell me how to make rgb to hex and to set this.
  5. Explain me how to set it red.
  6. How it's possible to set color to a guiCreateStaticImage
  7. HappyMeal

    Images

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

    Images

    No just to draw them in hud
  11. do you saw my parenthesis '' '' ? And im not dumbsezz
  12. HappyMeal

    Images

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