Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 20/03/18 in all areas

  1. مرحباً مرحباً بكم في مجتمع Multi Theft Auto ------------------------------------------------------------------ الان لقد لاحظنا في مواقع التواصل الاجتماعي شركة عربية تسمىِ عصر العرب هوست لقد تداول بين العرب ان اصحابها Mohamed Madhat Farooq AlHomsy ونظن انها سوف تكون شركة رائعه وسيعملون جاهدة عليها وشكراً #الاداره
    1 point
  2. I suppose you use dbQuery, so: _dbQuery = dbQuery --store the original func function dbQuery (connection, ...) local arg = {...} if not connection then connectionGlobal = dbConnect() --fill it in and change connectionGlobal to wherever you store the connection connection = connectionGlobal end _dbQuery(connection, unpack(arg)) end Note that this won't work if you use callbacks in dbQuery as it expects the first argument to be the connection. Also, didn't test this.
    1 point
  3. Tente isso: function finishExmanigAutoS () local veh = getPedOccupiedVehicle ( source ) if isElement ( veh ) then destroyElement ( veh ) end ac = getPlayerAccount ( source ) setAccountData ( ac, "carLicense", "1" ) setElementData ( source, "carLicense", true) outputChatBox ( "#FF0000-Auto Escola-#FFFF00Parabéns! Você passou No Teste!", source, 0, 255, 0, true ) outputChatBox ( "#FF0000-Auto Escola-#FFFF00Aqui Esta A Sua Habilitação E não quebre as regras.", source, 0, 255, 0, true ) setElementPosition (source, -2029.6142578125, -116.66015625, 1035.171875) end addEvent( "finishExmanigAuto", true ) addEventHandler( "finishExmanigAuto", getRootElement(), finishExmanigAutoS )
    1 point
  4. اشتري سيرفر من عندي عشان لا ازعلك https://masters-host.com/ غريبه اشوفك صرت تظهر واجد هالايام
    1 point
  5. если работаешь в редакторе карт на локальном компьютере, то делай так: 1. распакуй файл "путь до\MTA San Andreas 1.5\server\mods\deathmatch\resources\[editor]\editor_main.zip" 2. переименуй "editor_main.zip" в "editor_main_old.zip", например. 3. ищи файл "\editor_main\client\images\crosshair.png" и исправь в необходимый вид. самое простое -- преврати его в прозрачный квадрат. с остальными мешающими картинками можешь поступить так же, ищи их в editor, editor_gui
    1 point
×
×
  • Create New...