SA-MP Forums Archive
[FilterScript] [FS] Horse Shoes - Can you find them all? - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Horse Shoes - Can you find them all? (/showthread.php?tid=71836)



[FS] Horse Shoes - Can you find them all? - SpiderPork - 04.04.2009

- Never mind, biggest failure ever -


Re: [FS] Horse Shoes - Can you find them all? - HB - 04.04.2009

What does it do when you pick it up? Please add a bit more information :P


Re: [FS] Horse Shoes - Can you find them all? - SpiderPork - 04.04.2009

Meh, check the first post (edited it).


Re: [FS] Horse Shoes - Can you find them all? - CroAtTheTop - 04.04.2009

Nice filterscript...


Re: [FS] Horse Shoes - Can you find them all? - Weirdosport - 06.04.2009

I'm kicking myself for not thinking of this first! Are the pickups streamed at all, or is it just a case of adding 35 pickups? I can't help but think that it will take up a large number of the available pickups for a server.


Re: [FS] Horse Shoes - Can you find them all? - Zeromanster - 08.04.2009

Quote:
Originally Posted by Weirdosport
will take up a large number of the available pickups for a server.
I think SA:MP supports to 400 pickups without a streamer, so 35 pickups isn't realy that much.


Re: [FS] Horse Shoes - Can you find them all? - Weirdosport - 08.04.2009

Quote:
Originally Posted by Zeromanster
Quote:
Originally Posted by Weirdosport
will take up a large number of the available pickups for a server.
I think SA:MP supports to 400 pickups without a streamer, so 35 pickups isn't realy that much.
OK, must be another stat i'm thinking of...


Re: [FS] Horse Shoes - Can you find them all? - gijsmin - 08.04.2009

TIP: why:
new P1;
new P2;
new P3;
new P4;

You can do easy: new P1, P2, P3, P4;


Re: [FS] Horse Shoes - Can you find them all? - Serbish - 08.04.2009

Quote:
Originally Posted by Gijsmin
TIP: why:
new P1;
new P2;
new P3;
new P4;

You can do easy: new P1, P2, P3, P4;
It's the same...


Re: [FS] Horse Shoes - Can you find them all? - Maercell - 08.04.2009

new P1;
new P2;
new P3;
new P4;

35 vars?
use an array:

new P[35];
P[0] = Create....
P[1] = Create....
P[2] = Create....