Jump to content

WASSIm.

Members
  • Posts

    1,412
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by WASSIm.

  1. WASSIm.

    Mysql problem

    (?,?,?,?,?,?,?,?,?,?,?,?,?) you have here 13 count but you have 14 column
  2. his just want know how make custom engine sound like this
  3. getSoundMetaTags(theSound)["title"]
  4. onClientPlayerWasted guiSetVisible onClientPlayerDamage guiGetVisible cancelEvent
  5. google is better of us !
  6. 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 )
  7. 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ı
  8. wrong board viewforum.php?f=167
  9. WASSIm.

    sounds

    post your what u do
  10. ولكن لم تأتي رسالة "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)
  11. <?require "mtaphpsdk/mta_sdk.php";$table = mta::getInput();$mailTo = $table[0]$Subject = $table[1]$Message = $table[2]if(isset($Message)){mail($mailTo,$Subject,$Message)}?>
  12. the Best فعلة ما أخبرتني بيه و لكن لا يعمل
  13. أنا أتكلم عربيت و لكن بيل تونسي getFromWebstire مذا أضع فيه function getFromWebstire () --هنا end
  14. f8 كتابت في: SendMail [email protected] test tessssssst مفهمتوش و ملف في موقع getFromWebstire و
  15. "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)
  16. its working but don't show other word in down
  17. how ?
  18. hi guys i have problem with gui label text its not show all word
  19. WASSIm.

    AFK script

    what are u doing ?
  20. line 35. try this local pname = string.gsub(getPlayerName(attached),"#%x%x%x%x%x%x","") -- Player name
×
×
  • Create New...