Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Script error or something


LIlCheatah
 Share

Recommended Posts

@[NW:

> [AFRO] Sean link=topic=41052.msg406618#msg406618 date=1237996957]
> No those are 2 lines of YOUR vode that are missing ""
> change
> HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", Highscore)
> To
> HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", "Highscore")
> And
> HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills"))?
> To
> HighscoreKills = Int(GetVar("/scripts/pvp.ini", "HighscoreName", "Kills"))?
> yes

OMG that just ruins it the ones missing quotations are VARIABLES.
Link to comment
Share on other sites

HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills"))
                                                                  ^Must be a string
Link to comment
Share on other sites

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
 Share

×
×
  • Create New...