something I'm noticing almost everyday
-
Yo fellas,
Since the day i came back i've been seeing many things frequently such as banning players for insulting and reporting them repeatedly , ok fine you banned them and the report has been solved but they come back again with the same BS later saying that both insulted each other with the same bullcrap which means the ban is useless when the mentality hasn't changed (yet). Moreover, the abusers of the thrid slot spawn at war , it's the same story : gets banned == comes back does the same behavior so what's the use of the ban ? ridiculous ... why not disable them when the player is in LS ? just like disabling the superman mode to the staff in the same area.
-
If you disable M menu in LS people should run to flags, war zones, clues etc
-
@makanaski said in something I'm noticing almost everyday:
If you disable M menu in LS people should run to flags, war zones, clues etc
disable third slot ......
-
But if we disable it, then no one can spawn a plane in LS o.o
-
@jaspernl said in something I'm noticing almost everyday:
But if we disable it, then no one can spawn a plane in LS o.o
Its a great idea anyways they can leave LS to spawn planes or travel on bus
-
@jaspernl said in something I'm noticing almost everyday:
But if we disable it, then no one can spawn a plane in LS o.o
yep , i don't see something wrong; they may use their cars&bikes to move away from the protected area that ends in the highway LS-LV which is near where the players gather up ( LS hp ; Ammunition )
-
I'll set up a block for LS then
Let's see what the responses are.
-
Added it. I've restarted the server to enact it. Let's see what the players say about it
-
Well people use planes/helis to get up onto buildings to fight in ls. Now people with jetpacks will have an overwhelming advantage.
-
@hex said in something I'm noticing almost everyday:
Well people use planes/helis to get up onto buildings to fight in ls. Now people with jetpacks will have an overwhelming advantage.
well he donated for it so what's wrong? also the regular players can use helis on the highway to pitch their tents on the roofs likewise.
-
Lately, banning ppl became useless.
Try heavy punishment such as taking his weapons away.
-
@zackary said in something I'm noticing almost everyday:
@hex said in something I'm noticing almost everyday:
Well people use planes/helis to get up onto buildings to fight in ls. Now people with jetpacks will have an overwhelming advantage.
well he donated for it so what's wrong? also the regular players can use helis on the highway to pitch their tents on the roofs likewise.
That a person donated should not be an argument, because the game should be fair to play for everyone.
I think we'll should do a poll about this, especially considering Hex' argument.
-
@jaspernl said in something I'm noticing almost everyday:
@zackary said in something I'm noticing almost everyday:
@hex said in something I'm noticing almost everyday:
Well people use planes/helis to get up onto buildings to fight in ls. Now people with jetpacks will have an overwhelming advantage.
well he donated for it so what's wrong? also the regular players can use helis on the highway to pitch their tents on the roofs likewise.
That a person donated should not be an argument, because the game should be fair to play for everyone.
I think we'll should do a poll about this, especially considering Hex' argument.
Yeah i get that but since the ban is useless moreover absurd if permanent then we don't have any other option; looking forward to the poll tho.
-
I don't know why you don't edit the vehicles script, you can add a condition in your script to prevent dead players from spawning ,and I think you already know that for sure
if not (isPedDead ( getLocalPlayer() )) then
spawn code
end
-
@kha_lil said in something I'm noticing almost everyday:
I don't know why you don't edit the vehicles script, you can add a condition in your script to prevent dead players from spawning ,and I think you already know that for sure
if not (isPedDead ( getLocalPlayer() )) then
spawn code
endWhat I've heard is that people spawn it just befΓ³re they die o.o
-
What I know is that when they die exactly , they spawn the third slot then destroy it for a try to kill the person who killed them .
Which one xD? @Zackary
-
both tbh idk how they abuse that so we should ask somebody who has abused this plenty
-
When the player actually got shot and was on low hp or he is sure that he will die , he directly press M and spawn the third slot and destroy it asap so it can blow up and kill everyone around him ....
-
Another solution would be stop spawning slot 3 when you've been shot maybe like 30 seconds or after you've respawned you can spawn slot 3 again.
-
We can do like hex said , you can't spawn the third slot while you were just damaged .
--scripting part , The only thing that I like
This will use timers , when a person is damaged we can set him an element data and a timer to remove it after 30 sec or so .
In your script you will have to add a element data check to know if he is damaged and if he is able to spawn third slot or not.--Any scripting Im here for it