Jump to content

scripting help for dxscoreboard


bandi94

Recommended Posts

hello i need some script for dxscoreboard to ad 2 columns 1 for state(waiting dead alive ) and another for country to show form where is the player if is form USA write USA or form Hungary write HU or form France write FR or write all country name thx for helping

Link to comment

Use call(getResourceFromName("dxscoreboard"), "addScoreboardColumn", "Columnname")

and setElementData(player,"Columnname",value)

for example:

call(getResourceFromName("dxscoreboard"), "addScoreboardColumn", "Language") 
setElementData(getPlayerFromName("playername1"),"Language","ENG") 
setElementData(getPlayerFromName("playername2"),"Language","RUS") 

Link to comment

no problem for english but for this i need to set every player's name and country i see some servers where i join first time and the serve know my country i think form my ip address i need some script whit ip check or something else (players join left my server i can't write everybody names and country) thx anyway i find this https://community.multitheftauto.com/ind ... ls&id=1995 it some country checker but only draw the column it doesn't work ...

if somebody have it already scripted and its work can upload it somewhere and send me in pm or post the link thx

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...