Jump to content

WASSIm.

Members
  • Posts

    1,411
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by WASSIm.

  1. his just want know how make custom engine sound like this
  2. getSoundMetaTags(theSound)["title"]
  3. onClientPlayerWasted guiSetVisible onClientPlayerDamage guiGetVisible cancelEvent
  4. addEventHandler( "onPlayerQuit", root, function(quitReason) outputChatBox( "* " .. getPlayerName( source ) .. " from " .. tostring( countryNames[ exports.admin:getPlayerCountry( source ) ] ) .. " has left the game (" .. quitReason .. ")", root, 97, 255, 19, false ) end )
  5. dxDrawRectangle(sWidth-185,sHeight-128.5, 154, 6.5, tocolor ( 0, 0, 0, 150 ), false) -- Armor Bar dxDrawRectangle(sWidth-183,sHeight-127,154*armor,3.5,tocolor(255,255,255,200) ,false) --Armor --dxDrawText(tostring(math.floor(armor+0.1)), sWidth-135, sHeight-128.5, sWidth, sHeight, tocolor(200, 200, 200, 255), 0.5, "bankgothic") -- Armor Yazı
  6. wrong board viewforum.php?f=167
  7. WASSIm.

    sounds

    post your what u do
  8. ولكن لم تأتي رسالة "Successfully send message to email" شكرا. مكتوب time = { } addCommandHandler("SendMail", function (player, cmd, to, subject, massge) if (massge) or (string.find(to,"@")) then if not isTimer(time[player]) then function getFromWebstire(value) if value ~= "ERROR" then outputChatBox("Successfully send message to email", player, 0, 255, 0) end end if (callRemote("http://gtazamta.host22.com", getFromWebstire, to, subject, massage)) then outputChatBox("Send message to email: "..to.."...", player, 0, 255, 0) time[player] = setTimer(function () end,5 * 60000,1) else outputChatBox("ERROR failed to send message to email", player, 255, 0, 0) end else outputChatBox("You already sended message to email", player, 255, 0, 0) end else outputChatBox("Wrong. need to be use /SendMail to subject massge", player, 255, 0, 0) end end)
  9. <?require "mtaphpsdk/mta_sdk.php";$table = mta::getInput();$mailTo = $table[0]$Subject = $table[1]$Message = $table[2]if(isset($Message)){mail($mailTo,$Subject,$Message)}?>
  10. the Best فعلة ما أخبرتني بيه و لكن لا يعمل
  11. أنا أتكلم عربيت و لكن بيل تونسي getFromWebstire مذا أضع فيه function getFromWebstire () --هنا end
  12. f8 كتابت في: SendMail [email protected] test tessssssst مفهمتوش و ملف في موقع getFromWebstire و
  13. "ERROR failed to send message to email" مساعد أقولي time = { } addCommandHandler("SendMail", function (player,cmd,to,subject,massge) if(massge)then if( string.find(to,"@") ) then if not isTimer(time[player]) then if (callRemote("http://gtazamta.host22.com", getFromWebstire, to, subject, massage)) then outputChatBox("Message Has been Sended to email", player, 0, 255, 0) time[player] = setTimer(function () end,5 * 60000,1) else outputChatBox("ERROR failed to send message to email", player, 0, 255, 0) end else outputChatBox("You already sended message to email", player, 255, 0, 0) end end end end)
  14. its working but don't show other word in down
  15. hi guys i have problem with gui label text its not show all word
  16. WASSIm.

    AFK script

    what are u doing ?
  17. line 35. try this local pname = string.gsub(getPlayerName(attached),"#%x%x%x%x%x%x","") -- Player name
  18. you mean change weapon sound ?
×
×
  • Create New...