[FilterScript] [FS] Horse Shoes - Can you find them all?
#1

- Never mind, biggest failure ever -
Reply
#2

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

Meh, check the first post (edited it).
Reply
#4

Nice filterscript...
Reply
#5

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.
Reply
#6

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.
Reply
#7

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...
Reply
#8

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

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

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...
Reply
#10

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....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)