it's a superadmin function, iirc, so don't make people superadmin that you don't want to have it.
[lua]
if not tonumber(args[2]) or tonumber(args[2]) > MAXVALUEGOESHERE then
DarkRP.printConsoleMessage(ply, DarkRP.getPhrase("invalid_x", DarkRP.getPhrase("arguments"), ""))
return
end
[/lua]
[editline]29th May 2015[/editline]
gamemode/modules/money/sv_money.lua
replace lines 229-232
[editline]29th May 2015[/editline]
okay nvm i thought he meant restrict the value but k
The superadmins at BT-rp abusing money? ..... I thought this would happen I've played that server before.
It's more of a staff issue that you have to sort out as I am afraid that you can't restrict it from SA, as essentially they are the highest rank, even if you create an "owner" rank you are not technically higher in rank of them according to the game...
[QUOTE=serverwatch;47833720]The superadmins at BT-rp abusing money? ..... I thought this would happen I've played that server before.
It's more of a staff issue that you have to sort out as I am afraid that you can't restrict it from SA, as essentially they are the highest rank, even if you create an "owner" rank you are not technically higher in rank of them according to the game...[/QUOTE]
make your own rank system? or, as i have done before:
[code]concommand.Remove("rp_setmoney")[/code]
[QUOTE=serverwatch;47833720]The superadmins at BT-rp abusing money? ..... I thought this would happen I've played that server before.
It's more of a staff issue that you have to sort out as I am afraid that you can't restrict it from SA, as essentially they are the highest rank, even if you create an "owner" rank you are not technically higher in rank of them according to the game...[/QUOTE]
oh my god you again? how the fuck.
[QUOTE=DrJenkins;47833848]oh my god you again? how the fuck.[/QUOTE]
he was unbanned for the same reason you were
[QUOTE=serverwatch;47833720]The superadmins at BT-rp abusing money? ..... I thought this would happen I've played that server before.
It's more of a staff issue that you have to sort out as I am afraid that you can't restrict it from SA, as essentially they are the highest rank, even if you create an "owner" rank you are not technically higher in rank of them according to the game...[/QUOTE]
Don't try to help people when you have no clue what you're talking about, please.
[QUOTE=TylerB;47833871]he was unbanned for the same reason you were[/QUOTE]
That isn't what my surprise was expressed at, I was surprised he was still around / liked FP after the hate he got/gets.
[QUOTE=DrJenkins;47833404][lua]
if not tonumber(args[2]) or tonumber(args[2]) > MAXVALUEGOESHERE then
DarkRP.printConsoleMessage(ply, DarkRP.getPhrase("invalid_x", DarkRP.getPhrase("arguments"), ""))
return
end
[/lua]
[editline]29th May 2015[/editline]
gamemode/modules/money/sv_money.lua
replace lines 229-232
[editline]29th May 2015[/editline]
okay nvm i thought he meant restrict the value but k[/QUOTE]
Please. Do not edit the basefiles.
Never.
@OP:
IIRC you are using an external Admin System, like ULX.
The easiest way, would be to remove the concommand as stated above, and then recreate the function as an module for you admin system, if you need the function of it.
[QUOTE=DrJenkins;47833404][lua]
if not tonumber(args[2]) or tonumber(args[2]) > MAXVALUEGOESHERE then
DarkRP.printConsoleMessage(ply, DarkRP.getPhrase("invalid_x", DarkRP.getPhrase("arguments"), ""))
return
end
[/lua]
[editline]29th May 2015[/editline]
gamemode/modules/money/sv_money.lua
replace lines 229-232
[editline]29th May 2015[/editline]
okay nvm i thought he meant restrict the value but k[/QUOTE]
Heh finally able to use this: [url]http://corefiles.darkrp.eu[/url]
Sorry, you need to Log In to post a reply to this thread.