Author Topic: Need help making events for a class system!  (Read 574 times)

I am trying to make a class system for my Zombie server and I am having trouble with the events. Is it possible to put the weapons directly into a player's inventory? I'm also having a bit of trouble with making the player teleport. Thanks :D

Use [Player] [addItem] [itemName]

It's an add-on you should download (Event_addItem). And for the teleport,

[namedBrick] [setPlayerTransform]

Again, it's an add-on you should download, Event_setPlayerTransform.

Thanks, it helped quite a bit :D