Using pickups?
#1

How can I make it so that if a player stands on the pickup outside the ammunation, it says "type /enter to enter", and if they type /enter it puts them inside?

I don't know how to do it without creating thousands of:
Код:
new blabla = CreatePickup(...
new blabla1 = CreatePickup(...
Reply
#2

That's the only way to do it.
Reply
#3

Ok, so there's no streamers or anything that will do it?
Reply
#4

Make a pickup, and OnPlayerPickupPickup, add a gamemodetext to say "/enter to enter"

Then under OnPlayerCommandText, on "/enter" and if IsPlayerInRangeOfPoint is within the range of the pickup(use same coords), then put him inside.
Reply
#5

IcyBlight: He knows how to do it..

Not if I understand your questions correctly. That's the only way to create pickups
Reply
#6

Quote:
Originally Posted by Grim_
IcyBlight: He knows how to do it..

Not if I understand your questions correctly. That's the only way to create pickups
It's not exactly thousands of lines, more like 10 or so.

Not that hard.
Reply
#7

He's talking about creating the pickups, not the actual code on how to make them enter, etc.
Reply
#8

Hmm, can you just link me to a decent business system?
(A dynamic one, please, I'll just work off of that.)
Reply
#9

Quote:
Originally Posted by jameskmonger
Hmm, can you just link me to a decent business system?
(A dynamic one, please, I'll just work off of that.)
FFS, Search feature please?

It solves 90% of problems.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)