Jump to content

Help to change zombie rank o drift rank


Sil3nT

Recommended Posts

Posted

Well, the best drift is already being saved ( is what ranks use ), and total drift, you can save it same way as best drift.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

  • Replies 58
  • Created
  • Last Reply

Top Posters In This Topic

Posted

To save it you must get the element data "Total Drift" when the player quits and save it using setAccountData.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
addEventHandler ( "onPlayerQuit", root, 
    function ( ) 
        local account = getPlayerAccount ( source ) 
        if ( not isGuestAccount ( account ) ) then 
            setAccountData ( account, "totalDrift", getElementData ( source, "Total Drift" ) ) 
        end 
    end 
) 

That'll save the drift on quit, now you have to make the script to load it.

Use the event: onPlayerLogin with the following functions:

getAccountData 
setElementData 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
If it doesn't output anything, then you either copied what I gave you wrong, or you aren't drifting at all, since I just tested it and it did output something when I finished my drift.

Download this: https://www.dropbox.com/s/hzpl4b1bc8knlpx/resources.rar

it contains both drift and drift rank resources.

DUDE! your script have some bug! in some time all players have timeout! IDK what script mybe that drift script what u change mybe rank script!

n-560x95_FFFFFF_FFFFFF_000000_000000.png
Posted

That script can't make a player time out.

Plus, I only edited the script, I didn't make it.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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...