micheal1230 Posted January 27, 2012 Share 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. Link to comment
drk Posted January 28, 2012 Share Posted January 28, 2012 LOL, I don't understand what you are saying. Please explain better Link to comment
micheal1230 Posted January 30, 2012 Author Share 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 Link to comment
drk Posted January 30, 2012 Share 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? Link to comment
Castillo Posted January 30, 2012 Share 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) 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