micheal1230 Posted January 27, 2012 Posted January 27, 2012 The Title Says All How Do I Make A Fine Script For Admin With My SQL Which I Think Would Be if (exports.global:isPlayerAdmin(thePlayer)) then And It Says To All Like A Global Chat Everyone Can See Blah blah blah has fined player Reason: Nitro Installment Etc etc.
drk Posted January 28, 2012 Posted January 28, 2012 LOL, I don't understand what you are saying. Please explain better EPT Team Server Development: 0% Learning C++ | C++ is amazing
micheal1230 Posted January 30, 2012 Author Posted January 30, 2012 LOL, I don't understand what you are saying. Please explain better Like Admins Do /fine joe_myers/playerid because i wannted to fine him /fine this is for roleplay server and i want it to come up Blah Blah Blah was fined Reason: Nitro Purchase
drk Posted January 30, 2012 Posted January 30, 2012 You want to when a player buys nitro and an admin types /fine it appears in the chat and the player is fined? How you want to player is fined? EPT Team Server Development: 0% Learning C++ | C++ is amazing
Castillo Posted January 30, 2012 Posted January 30, 2012 addCommandHandler("fine", function (thePlayer, cmd, player, ...) if (exports.global:isPlayerAdmin(thePlayer)) then local reason = table.concat({...}, " ") if (player ~= "" and reason ~= "") then local player = getPlayerFromName(player) outputChatBox(getPlayerName(player) .." was fined for: ".. tostring(reason)) end end end) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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