Jump to content

INVINCIBLE

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by INVINCIBLE

  1. 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
  2. INVINCIBLE

    Rank !!!

    addCommandHandler ( "a", function(source) local rank = getElementData(source,"race rank") outputChatBox( "Rank : "..rank ) end) Use this
  3. thanks xTravax,Yes i'm selling it
  4. I want to show my mapinfo. Please comment. Do you want to mapinfo ? Then add skype : infernal-34 Video:
  5. I want to show my new userpanel. Please comment
  6. I want to show my new userpanel. Please comment
  7. ok I can make this,thanks for idea
  8. If i'm making it,Can you buy it ?
  9. its for sale $10. skype: infernal-34 ---
  10. 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
  11. 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.
  12. Dowload skontinka's maps : http://wtf-mta.com/showthread.php?662-D ... e-DOWNLOAD!
  13. INVINCIBLE

    Help Font.

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