Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. And after that make sure you've opened server ports.
  2. Too bad, but he was CO-Founder of Microsoft too.
  3. https://forum.multitheftauto.com/viewtop ... 169781e00f It has perfect debug , Dev-Point try it.
  4. What Aibo said ? Did you readed his post ? You can't have server and client side functions together.
  5. Then why you don't do it onPlayerSpawn ? Does it work atleast ?
  6. Edit function() local pC= getAlivePlayers() if ( pC >= 1) then for id, player in ipairs ( getElementsByType ( "player" ) ) do setPlayerArmor ( player, 50 ) outputChatBox(getPlayerName.."Has won 50% Armor For Alive on Round",root,0 , 255, 0) outputChatBox("You Have won Free Armor for be Alive in Round", source()) end Try that.
  7. First finish 1st class. lool
  8. Yep i've tried it on Xp and it didn't worked , but on my 7 , it works perfectly.
  9. Sorry, i can't let him fail, that Won't do as you want, sorry capy, but he had to know one way or another. Umm, what ?
  10. Try it and you will know, if you got any errors , post them here
  11. Also i believe theres a server side script to make to Change all the levels of water at same time, if you get what i mean. There's no server side script for that, scripts doesn't works out of MTA bounds..
  12. It was been always like that and always will be (will it be like that?)
  13. CapY

    dxDrawing

    Below script it says : "this is not the whole code" , what part of that you didn't understand guys ? First read whole topic , then complain.
  14. CapY

    dxDrawing

    Well i have this code , but it seems it doesn't working. local root = getRootElement() local screenWidth, screenHeight = guiGetScreenSize() local player, accountName = "", "" function dxLogin() dxDrawText( getPlayerName(player).." has logged into "..tostring(accountName), 354, screenHeight-703, screenWidth, screenHeight, tocolor ( 0, 255, 0, 255 ), 2, "pricedown" ) end function dxLogout() dxDrawText( getPlayerName(player).." have been logged out "..tostring(accountName), 354, screenHeight-703, screenWidth, screenHeight, tocolor ( 0, 255, 0, 255 ), 2, "pricedown" ) end This is not the whole code. I have errors on line 6 and 10. attempt to concatenate upvalue 'accountName' (a nil value)
  15. Bump* , what's with forums , are they under construction ?
  16. CapY

    Windows 8

    Diegofkda does MTA works on Windows 8 ?
  17. CapY

    Greenzone

    https://wiki.multitheftauto.com/wiki/Colshape https://wiki.multitheftauto.com/wiki/OnPlayerDamage
  18. CapY

    2 Questions

    Yes , meta is good too.
  19. CapY

    2 Questions

    Make a custom event and trigger it .
  20. CapY

    2 Questions

    Put it in the server side. Edit: lol , same time post.
×
×
  • Create New...