Wewt!
Yay Spacetech, you fixed all my prop protection woes.
No..I am the admin,Every other mod that requiers that works.
But this,and EPS doesn't work for me :P
I can use the admin menu in EPS,But it won't protect.
[QUOTE=Kyzer]Peace Conna, you are a good scripter, you do good scripts that people love, and you waste your whole free time to write them. It is respectable and i did that the whole past year. The only difference is that i was paid for that (people gave me money for writing PAWN gamemodes for them, my biggest script - not public - was around 46000 lines).
And i understand that you want credits if someone is using a big part of your script - but you seem to really care about a for loop that retrieve all cameras in the server, or about a hook that display a message. Even, there is no 36 manners to do it anyway :/[/QUOTE]
Got any proof because any faggy 10 year old could say
[code]"HEY GUYS LOL I JUST MADE A GAMEMODE AND SUM d00D PAY'D ME 597285 DOLLARS I AM GONNA BE RICH BEFORE HE FINDS OUT THAT THE 1000000 LINES ARE JUST DESU LOL"[/code]
[b]Edit:[/b]
[QUOTE=MonkeyMan44]No..I am the admin,Every other mod that requiers that works.
But this,and EPS doesn't work for me :P
I can use the admin menu in EPS,But it won't protect.[/QUOTE]
EPS just got updated.
[QUOTE=Snake_Shadow]Got any proof because any faggy 10 year old could say
[code]"HEY GUYS LOL I JUST MADE A GAMEMODE AND SUM d00D PAY'D ME 597285 DOLLARS I AM GONNA BE RICH BEFORE HE FINDS OUT THAT THE 1000000 LINES ARE JUST DESU LOL"[/code]
[b]Edit:[/b]
EPS just got updated.[/QUOTE]
I have nothing to prove lol, if you don't believe me that's fine. If you want to see some of my public scripts go to [url]http://forum.sa-mp.com[/url] and search yom (my sa-mp nick) in the script showroom.
And this is SPP thread, not EPS
[QUOTE=Kyzer]I have nothing to prove lol, if you don't believe me that's fine. If you want to see some of my public scripts go to [url]http://forum.sa-mp.com[/url] and search yom (my sa-mp nick) in the script showroom.
And this is SPP thread, not EPS[/QUOTE]
I know,I'm just saying that no prop protection works for me,Including this,and EPS.
Version 1.3 is out
[url=http://www.garrysmod.org/downloads/?a=view&id=20382][img]http://www.garrysmod.org/img/?t=dll&id=20382[/img][/url]
[b]When upgrading to version 1.3 delete your garrysmod/data/SPP directory[/b]
[list]
[*]Added GRP support
[*]Rewrote the whole buddy system
[*]Rewrote the whole admin settings system
[*]Added clear all buddies button
[*]Added reload settings button for admins
[*]Added admin can touch world entities button
[*]Everyone will be notified on cleaned up disconnected props
[*]All admins on the servers panels will be synced on any setting change
[*]Fixed some random bugs
[*]Probably some other change I forgot
[/list]
Yay! :D Thank you,Now it might finally work!
Cool, i'll test it soon :)
I was just wondering, why not using draw.WordBox instead of draw.RoundedBox + draw.SimpleText ?
[QUOTE=Kyzer]Cool, i'll test it soon :)
I was just wondering, why not using draw.WordBox instead of draw.RoundedBox + draw.SimpleText ?[/QUOTE]
I never knew their was a draw.WordBox function. I'll play with it later today :)
You know what i would like in this addon?
A toggleable option or a button "Remove crap and ownerless props". This is very annoying when noobs spawn a ton of city scanners (they explode at spawn) and the crap is not deleted when they leave the server.
As I can physgun the broken pieces to become the owner (well, i only receive the message "you now own this prop"), then click CleanUp Panel / Kyzer to remove those pieces, i was thinking you could do so ownerless props (this includes props owned by "N/A" of course) can be deleted easily by clicking a button or automatically after a delay or even immediately!
[QUOTE=Kyzer]You know what i would like in this addon?
A toggleable option or a button "Remove crap and ownerless props". This is very annoying when noobs spawn a ton of city scanners (they explode at spawn) and the crap is not deleted when they leave the server.
As I can physgun the broken pieces to become the owner (well, i only receive the message "you now own this prop"), then click CleanUp Panel / Kyzer to remove those pieces, i was thinking you could do so ownerless props (this includes props owned by "N/A" of course) can be deleted easily by clicking a button or automatically after a delay or even immediately![/QUOTE]
I'll start work on it now :)
Anyone have any other ideas?
Edit: Finished it. Now to test
[QUOTE=Spacetech]I'll start work on it now :)
Anyone have any other ideas?
Edit: Finished it. Now to test[/QUOTE]
Was "Use Protection" ever fixed? (It's so hard to tell when you're the admin and everything works for you always...) I still haven't been able to let others press any buttons I make when it is on or off.
Some ideas:
On my server when someone kills an NPC it's body cannot be phys-gunned, removed, or undone (Though if shot they still move). It's very annoying and I was wondering if there is anyway to make a function that remove objects like these.
Also, another thing that bugs me is when someone gets on and trashes the server leaving explosion marks and blood everywhere. Is it possible to make a function that would remove explosion marks, blood, and similar things without restarting the server?
[QUOTE=cbale2000]Was "Use Protection" ever fixed? (It's so hard to tell when you're the admin and everything works for you always...) I still haven't been able to let others press any buttons I make when it is on or off.
Some ideas:
On my server when someone kills an NPC it's body cannot be phys-gunned, removed, or undone (Though if shot they still move). It's very annoying and I was wondering if there is anyway to make a function that remove objects like these.
Also, another thing that bugs me is when someone gets on and trashes the server leaving explosion marks and blood everywhere. Is it possible to make a function that would remove explosion marks, blood, and similar things without restarting the server?[/QUOTE]
Use protection is fixed. It works fine for me
I'll look into the npc problem
It's impossible to remove explosions marks and blood.
[QUOTE=cbale2000]On my server when someone kills an NPC it's body cannot be phys-gunned, removed, or undone (Though if shot they still move). It's very annoying and I was wondering if there is anyway to make a function that remove objects like these.
Also, another thing that bugs me is when someone gets on and trashes the server leaving explosion marks and blood everywhere. Is it possible to make a function that would remove explosion marks, blood, and similar things without restarting the server?[/QUOTE]
Put this line in your autoexec.cfg: g_ragdoll_maxcount 0
NPC bodies will disappear instantly when a NPC die.
And for decals, the concommand is: r_cleardecals
If you want you can combine it with a "cexecall" command so it delete them for all players (in fact you need to execute the command 2 times: first time to remove explosions decals etc, and second time to remove player decals (you know...when you press a key it draw a decal on the wall)
[QUOTE=Kyzer]Put this line in your autoexec.cfg: g_ragdoll_maxcount 0
NPC bodies will disappear instantly when a NPC die.
And for decals, the concommand is: r_cleardecals
If you want you can combine it with a "cexecall" command so it delete them for all players (in fact you need to execute the command 2 times: first time to remove explosions decals etc, and second time to remove player decals (you know...when you press a key it draw a decal on the wall)[/QUOTE]
I'll try that, thanks.
Still doesn't show up an admin menu :(
[QUOTE=MonkeyMan44]Still doesn't show up an admin menu :([/QUOTE]
Then your obviously doing something wrong. We tried to help you.
[QUOTE=tomato3017]Then your obviously doing something wrong. We tried to help you.[/QUOTE]
Yes..I know..But I am the admin!
Just can't get it :(
Oh, Spacetech, Sorry If I create some friction with you for releasing a fix for the old Protector.
I did it for Chaussett because I think his was the old skool one.
[QUOTE=pcwizdan]Oh, Spacetech, Sorry If I create some friction with you for releasing a fix for the old Protector.
I did it for Chaussett because I think his was the old skool one.[/QUOTE]
As long as you don't pull a cunzer :v:
I don't understand,I can't open the Admin menu on Prop Protection either ! :(
This is my users.txt
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
"[MonkeyMan]" "STEAM_0:1:11864892"
}
"admin"
{
"[MonkeyMan]" "STEAM_0:1:11864892"
}
}
Just so you know,[MonkeyMan] is my in-game name.
Second time i'm gonna say this remove the [] in your name
ok don't come bitching about noone helping you if you still have problems if your gonna rate unfriendly for someone helping
[QUOTE=MonkeyMan44]I don't understand,I can't open the Admin menu on Prop Protection either ! :(
This is my users.txt
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
"[MonkeyMan]" "STEAM_0:1:11864892"
}
"admin"
{
"[MonkeyMan]" "STEAM_0:1:11864892"
}
}
Just so you know,[MonkeyMan] is my in-game name.[/QUOTE]
I already told you how to fix it..but since you apparently don't listen USE THIS AS YOUR USERS.TXT
[code]
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
"[MonkeyMan]" "STEAM_0:1:11864892"
}
"admin"
{
}
}
[/code]
The name you put there doesn't mean shit. It just says 'hi -name- your group is -group-'. It doesn't check against your own name or anything.
Okey,okey..Thanks for helping me again..
[b]Edit:[/b]
[QUOTE=Spacetech]I already told you how to fix it..but since you apparently don't listen USE THIS AS YOUR USERS.TXT
[code]
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
"[MonkeyMan]" "STEAM_0:1:11864892"
}
"admin"
{
}
}
[/code][/QUOTE]
It still doesn't work!
This is just so weird :(
[QUOTE=Spacetech]As long as you don't pull a cunzer :v:[/QUOTE]
Hmm, like cry like a baby, over a few lines of code:
[code]
YOU STOLE CODEZ ME WANT BACK :( WAHHH
[/code]
[b]Edit:[/b]
[QUOTE=MonkeyMan44]Okey,okey..Thanks for helping me again..
[b]Edit:[/b]
It still doesn't work!
This is just so weird :([/QUOTE]
ULX WAY:
[code]
"Out"
{
"pcwizdan"
{
"id" "------------"
"type" "steamid"
"groups"
{
"1" "superadmin"
"2" "immunity"
}
}
}
[/code]
I don't use that file, but I think someone could help him
[QUOTE=MonkeyMan44]Okey,okey..Thanks for helping me again..
[b]Edit:[/b]
It still doesn't work!
This is just so weird :([/QUOTE]
What other mods do you have?
lol, did he put HIS steamID in there? or is that a random one you put in there?
That's my steamID..
And i've got ULX,Spam protection,Military models,phx final..I've got too many to type up :(
[b]Edit:[/b]
Can someone just make the users.txt to me? :D
I just can't get it right..Or something is conflicting.
My steamID is STEAM_0:1:11864892
My in-game name is [MonkeyMan]
I will credit you alot.
[QUOTE=MonkeyMan44]That's my steamID..
And i've got ULX,Spam protection,Military models,phx final..I've got too many to type up :(
[b]Edit:[/b]
Can someone just make the users.txt to me? :D
I just can't get it right..Or something is conflicting.
My steamID is STEAM_0:1:11864892
My in-game name is [MonkeyMan]
I will credit you alot.[/QUOTE]
Well the users.txt I said above should work.
Sorry, you need to Log In to post a reply to this thread.