Gta King Posted June 8, 2015 Posted June 8, 2015 i cant change turf color help me i type /turfcolor 255 0 0 it doesnt do anything ! HELP ME
Mr.ShariQ Posted June 9, 2015 Posted June 9, 2015 Great Job 0_O. I like warn system and the Rank Management most. its something new. Keep up the good work.
AnnaBelle Posted April 25, 2019 Posted April 25, 2019 function printManagment(player) if (player) then player = client end local group = getPlayerGroup(client) for ind, data in pairs(GAC) do if (data[1] == group) then local rank, warning, joined, lastTime = GAC[ind][2], GAC[ind][3],GAC[ind][4], GAC[ind][5] triggerClientEvent(client, "groupSystem.addToList", client, tostring(ind), rank, warning, joined, lastTime, getPlayerName(client), getAccountPlayer(getAccount(ind))) --Here is the error (Bad Argument @ getAccountPlayer) end end end addEvent("groupSystem.print", true) addEventHandler("groupSystem.print", root, printManagment) nick of group players does not appear, I tried to add getPlayerName but only appeared my nick
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