[FilterScript] [FS]Nerosis' Ramp Spawner
#1

Hey all,

I know this is a simple system, but some people will find it reasonably useful, which is the reason for me releasing it.

Type /hornramp or /hr to toggle the ability to spawn ramps, then to spawn them directly in front of you press your Horn key, easy as 1, 2, 3!

Have fun!

PS: Feel free to edit this however you please, as it's something small I don't really give a toss about credits, as enjoyable as they may be.


EDIT: Slight mistake been fixed after 2 downloads, sorry for inconvenience caused.
Reply
#2

.
Reply
#3

Quote:
Originally Posted by Donny
Shame on you for not crediting the original author.
Excuse me?

This is entirely my own work, if you could give me the link for the "original author" then I would appreciate it, to see where the hell you got the idea that I copied.
Reply
#4

Quote:
Originally Posted by NeRoSiS
Quote:
Originally Posted by Donny
Shame on you for not crediting the original author.
Excuse me?

This is entirely my own work, if you could give me the link for the "original author" then I would appreciate it, to see where the hell you got the idea that I copied.
I think the PRESSING function was from ******?

Anyway, good work, altough you can remove this -

-Edit: My mistake, removed.
Reply
#5

Quote:
Originally Posted by 0xF29323
Quote:
Originally Posted by NeRoSiS
Quote:
Originally Posted by Donny
Shame on you for not crediting the original author.
Excuse me?

This is entirely my own work, if you could give me the link for the "original author" then I would appreciate it, to see where the hell you got the idea that I copied.
I think the PRESSING function was from ******?

Hmm, I don't know, I just remmeber searching for the KEY_HORN and found that, I'll try find out who made it, but I think it's just another KEY_? renamed?

Anyway, good work, altough you can remove this -
pawn Код:
new rampobj[MAX_PLAYERS];
KillTimer(rampobj[playerid]);
It's useless according to the script.
Glad you noticed your mistake :P

http://forum.sa-mp.com/index.php?topic=100311.0

Thats where I got the KEY_HORN

EDIT:

This is where I got the pressing as this;

Код:
// PRESSING(newkeys, keys)
#define PRESSING(%0,%1) \
	(((%0) & (%1)) == (%1))
 
// PRESSED(newkeys, oldkeys, keys)
#define PRESSED(%0,%1,%2) \
	((((%0) & (%2)) == (%2)) && (((%1) & (%2)) != (%2)))
 
// RELEASED(newkeys, oldkeys, keys)
#define RELEASED(%0,%1,%2) \
	((((%0) & (%2)) != (%2)) && (((%1) & (%2)) == (%2)))
From this page https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Reply
#6

.
Reply
#7

Quote:
Originally Posted by Donny
Quote:
Originally Posted by NeRoSiS
Quote:
Originally Posted by Donny
Shame on you for not crediting the original author.
Excuse me?

This is entirely my own work, if you could give me the link for the "original author" then I would appreciate it, to see where the hell you got the idea that I copied.
ramps.pwn

I think you need to relax also dude, I'm just calling you on what I saw as a foul play, wouldn't you like me to do it with someone else if I thought they were copying your work and not crediting you for it ?
Uh, his script looks nothing like that, you probably notice them as similar scripts as they both do the same thing (Spawn ramps), but yeah, this look like he coded this on his own, the one you posted has different variables and uses a loop and timer, which is completely useless.
Reply
#8

Quote:
Originally Posted by Donny
Quote:
Originally Posted by NeRoSiS
Quote:
Originally Posted by Donny
Shame on you for not crediting the original author.
Excuse me?

This is entirely my own work, if you could give me the link for the "original author" then I would appreciate it, to see where the hell you got the idea that I copied.
ramps.pwn

I think you need to relax also dude, I'm just calling you on what I saw as a foul play, wouldn't you like me to do it with someone else if I thought they were copying your work and not crediting you for it ?
I can see where you get the accusations from because I use the same functions, but what other functions would I use?

And I would not feel good if someone was copying my work, but at the same time I wouldn't go throwing accusations without solid proof.

ANd for the record, I also hate people who claim work as their own, but this genuinely is my own.
Reply
#9

I've removed my posts, I'm not really arsed and I can see this will only turn into a post about credit and not about the ramp script which is what it's purpose is.

I said all I wanted to say, no offence but I say things how I see them.
Reply
#10

I made one of these myself without copying anyone.. They're bound to look similar as it's really not very complicated. The basic ramp creating bit is gonna be virtually the same for each script. It's just the "aesthetic"/"ergonomic" bits that'll be different (The commands etc)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)