Bug on release candidate 6 (LS Office) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Bug on release candidate 6 (LS Office) (
/showthread.php?tid=201020)
Bug on release candidate 6 (LS Office) -
CyNiC - 20.12.2010
A small bug. This bug comes down to the fact that it is possible to punch the player who is on the other side of the glass.
[ame]http://www.youtube.com/watch?v=TKhFCLDoa1s[/ame]
Re: Bug on release candidate 6 (LS Office) -
RoamPT - 20.12.2010
That's a gta bug, you can also do that in some other places.
Re: Bug on release candidate 6 (LS Office) -
CyNiC - 20.12.2010
Quote:
Originally Posted by RoamPT
That's a gta bug, you can also do that in some other places.
|
I think that it's can be a render bug.
See the video.
Re: Bug on release candidate 6 (LS Office) -
Hal - 20.12.2010
Quote:
Originally Posted by cynic
I think that it's can be a render bug.
See the video.
|
No, you can punch people thru gates, some walls glass ect.
Re: Bug on release candidate 6 (LS Office) -
saiberfun - 20.12.2010
thats gta sa life bro^^
na for real why would that be a problem?^^
Re: Bug on release candidate 6 (LS Office) -
CrucixTM - 20.12.2010
Because everyone uses that office building for punching people all the time.
Re: Bug on release candidate 6 (LS Office) -
Finn - 20.12.2010
Quote:
Originally Posted by CrucixTM
Because everyone uses that office building for punching people all the time.
|
Especially the beardy fellas that are flying jetpacks on the other side of the glass.
Re: Bug on release candidate 6 (LS Office) -
Babul - 20.12.2010
Код:
spawn a chainsaw pickup type 23 inside the building;
if (a player with a jetpack is stupid enough to fly close to the glasses)
{
then he deserves to get killed;
lol;
}
Re: Bug on release candidate 6 (LS Office) -
legodude - 20.12.2010
lol @babul
Re: Bug on release candidate 6 (LS Office) -
Macluawn - 20.12.2010
Quote:
Originally Posted by Babul
Код:
spawn a chainsaw pickup type 23 inside the building;
if (a player with a jetpack is stupid enough to fly close to the glasses)
{
then he deserves to get killed;
lol;
}
|
Dont be stupid..
this code can be made smaller.
Код:
if (a player with a jetpack is stupid enough to fly close to the glasses) then he deserves to get killed lol;