Jump to content

INVINCIBLE

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by INVINCIBLE

  1. i've tested,its work!
  2. addCommandHandler ( "rank", function ( player ) local rank = getElementData(player,"race rank") if ( rank == 1 ) then outputChatBox ( "#ffffff1º ".. getPlayerName ( player ) .." Winner!", root, 0, 0, 0, true ) elseif ( rank == 2 ) then outputChatBox ( "#ffffff1º ".. getPlayerName ( player ) .." Second!", root, 0, 0, 0, true ) elseif ( rank == 3 ) then outputChatBox ( "#ffffff1º ".. getPlayerName ( player ) .." Third!", root, 0, 0, 0, true ) end end ) Try this
  3. INVINCIBLE

    Rank !!!

    addCommandHandler ( "a", function(source) local rank = getElementData(source,"race rank") outputChatBox( "Rank : "..rank ) end) Use this
  4. thanks xTravax,Yes i'm selling it
  5. Thanks @Pai_[N
  6. thanks @Mr.Pres[T]ege
  7. Thanks @#Pai_[N]
  8. I want to show my mapinfo. Please comment. Do you want to mapinfo ? Then add skype : infernal-34 Video:
  9. Thanks @Mr.Pres[T]ege
  10. thanks @Samer
  11. I want to show my new userpanel. Please comment
  12. thanks
  13. thx
  14. Thanks Thanks
  15. I want to show my new userpanel. Please comment
  16. ok I can make this,thanks for idea
  17. If i'm making it,Can you buy it ?
  18. Thanks TD[M]ER
  19. its for sale $10. skype: infernal-34 ---
  20. Good script.Thanks Twix
  21. Thanks Mr.Pres[T]ege
  22. Note : I don't share it,only i want to show my script and post comment. After log-in when you can enter your own personal information One of the persons in the list if the player clicks it sees the player information. The player need not be in the game. Just enough to be registered in game its for sale $10. skype: infernal-34
  23. INVINCIBLE

    Scoreboard

    addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function() call(getResourceFromName("scoreboard"), "addScoreboardColumn", "deaths") end) function scoreboardRefresh() deaths = getElementData(source,"deaths") setElementData(source, "deaths",deaths) end addEventHandler ( "onPlayerWasted", getRootElement(), scoreboardRefresh) Add to your file.
  24. Dowload skontinka's maps : http://wtf-mta.com/showthread.php?662-D ... e-DOWNLOAD!
  25. INVINCIBLE

    Help Font.

    "AcidbRain" version="0.0.1" type="script" name="Digital Speedometer" description="" />
×
×
  • Create New...