goofie88 Posted October 28, 2012 Share Posted October 28, 2012 Hello me wanted to make a player record script but, I have no clue how and what functions to use please could you help me Link to comment
DiSaMe Posted October 28, 2012 Share Posted October 28, 2012 getElementPosition getElementVelocity getElementRotation getVehicleTurnVelocity setElementPosition setElementVelocity setElementRotation setVehicleTurnVelocity setTimer Link to comment
goofie88 Posted October 28, 2012 Author Share Posted October 28, 2012 no not record like movie but, record like 20 players online and it saying in chatbox Your server made a record of 20 players and so on pls help me, I like when ppl help me Link to comment
Castillo Posted October 28, 2012 Share Posted October 28, 2012 You'll have to store the latest record somewhere, to check if the new player amount is higher to the stored one. You could use account data: setAccountData And: getAccount To get the "Console" account and use it to store the record. Then you must check when a new player joins, if the stored record is lower to new: getAccountData getPlayerCount onPlayerJoin Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now