- Local time
- 1:48 AM
- Joined
- Jan 6, 2021
- Messages
- 1,548
- Reaction score
- 4,100
- Age
- 27
- Location
- South Africa
- Real Name
- Shaun
Admin: Myself / Report
Stat's Page Link:
Rule(s) Broken: Main Raping
Action(s) Taken: 2 Day Ban
Evidence:
Defense of Con Thien starts off with both sides having 4 flags (including main flags).
Starting at the beginning of the map, here is skittles player being created. Clearly, his player ID is 2:
As seen in the code below, here is spawns as NVA (team 1).
Here skittles enters the Mi8:
He proceeds to USA main and destroys the Cobra:
Note the position mentioned above is roughly here:
Next, he get's this kill:
Which was here, just behind the loach - likely as a player was attempting to get into it:
He then proceeds to destroy the Loach:
Again the position above is roughly the same as above, only this time it's in front of the Loach spawn. Thus these vehicles were destroyed likely just as someone was busy taking off in them.
He then destroys the MUTT:
The mutt was just between the two heli' spawns.
Proceeds to get another kill here:
This player was just a bit in front of where the cobra spawns, as pictured here:
This all happened very early on in the game. There were no flag captures made at all, thus both sides each still had their starting 4 flags. Considering that Skittles took the liberty to fly straight to the USA main and perform this action, knowing full well our rules on the matter, I am giving him a vacation of 2 days to think on his actions.
Our rules exist for a reason, not to make the lives of our players difficult, but to ensure that all our players enjoy their time on our server. Enjoying said time does not mean you can break our rules. Please remember this.
Stat's Page Link:
Rule(s) Broken: Main Raping
Action(s) Taken: 2 Day Ban
Evidence:
Defense of Con Thien starts off with both sides having 4 flags (including main flags).
Starting at the beginning of the map, here is skittles player being created. Clearly, his player ID is 2:
Code:
<bf:event name="createPlayer" timestamp="34.2681">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1062.6/48.94/1581.5</bf:param>
<bf:param type="string" name="name">Skittles</bf:param>
<bf:param type="int" name="is_ai">0</bf:param>
<bf:param type="int" name="team">1</bf:param>
As seen in the code below, here is spawns as NVA (team 1).
Code:
<bf:event name="spawnEvent" timestamp="58.3029">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1079.9/30.2085/1705.6</bf:param>
<bf:param type="int" name="team">1</bf:param>
Here skittles enters the Mi8:
Code:
<bf:event name="enterVehicle" timestamp="68.903">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1045.5/33.7587/1650.92</bf:param>
<bf:param type="string" name="vehicle">Mi8</bf:param>
<bf:param type="int" name="pco_id">0</bf:param>
<bf:param type="int" name="is_default">0</bf:param>
He proceeds to USA main and destroys the Cobra:
Code:
<bf:event name="destroyVehicle" timestamp="111.172">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">992.416/88.0106/575.536</bf:param>
<bf:param type="string" name="vehicle">Cobra</bf:param>
<bf:param type="vec3" name="vehicle_pos">969.539/43.0725/445.056</bf:param>
Note the position mentioned above is roughly here:
Next, he get's this kill:
Code:
<bf:event name="scoreEvent" timestamp="111.172">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">992.416/88.0106/575.536</bf:param>
<bf:param type="string" name="score_type">Kill</bf:param>
<bf:param type="int" name="victim_id">4</bf:param>
<bf:param type="string" name="weapon">Mi8</bf:param>
Which was here, just behind the loach - likely as a player was attempting to get into it:
He then proceeds to destroy the Loach:
Code:
<bf:event name="destroyVehicle" timestamp="113.605">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">983.226/64.5427/495.126</bf:param>
<bf:param type="string" name="vehicle">OH-6</bf:param>
<bf:param type="vec3" name="vehicle_pos">990.656/42.98/445.056</bf:param>
Again the position above is roughly the same as above, only this time it's in front of the Loach spawn. Thus these vehicles were destroyed likely just as someone was busy taking off in them.
He then destroys the MUTT:
Code:
<bf:event name="destroyVehicle" timestamp="114.472">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">981.509/58.6742/464.011</bf:param>
<bf:param type="string" name="vehicle">Mutt</bf:param>
<bf:param type="vec3" name="vehicle_pos">984.319/41.929/422.028</bf:param>
The mutt was just between the two heli' spawns.
Proceeds to get another kill here:
Code:
<bf:event name="destroyVehicle" timestamp="134.117">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">967.888/42.9484/413.94</bf:param>
<bf:param type="string" name="vehicle">USMarineB1</bf:param>
<bf:param type="vec3" name="vehicle_pos">1001.03/42.4188/430.103</bf:param>
</bf:event>
This player was just a bit in front of where the cobra spawns, as pictured here:
This all happened very early on in the game. There were no flag captures made at all, thus both sides each still had their starting 4 flags. Considering that Skittles took the liberty to fly straight to the USA main and perform this action, knowing full well our rules on the matter, I am giving him a vacation of 2 days to think on his actions.
Our rules exist for a reason, not to make the lives of our players difficult, but to ensure that all our players enjoy their time on our server. Enjoying said time does not mean you can break our rules. Please remember this.