Jump to content

Fro_ST

Members
  • Posts

    2
  • Joined

  • Last visited

Fro_ST's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. SweetyWolf, вот к примеру, может тебе подойдёт local horn = false addEventHandler( 'onClientRender', root, function( ) if isPedInVehicle(getLocalPlayer( )) then if getControlState ('Horn') and horn == false then outputChatBox('Ты жмешь на Сигналку') horn = true setTimer(function() horn = false end, 1000, 1) end end end )
  2. Вкладка не может увеличиться потому, что скрипт не может опредилить сколько символов в слове. Вот функция guiLabelGetTextExtent не работает с русским языком. Наверно эта функция в этом скрипте имееться.
×
×
  • Create New...