![]() |
Trouble with warp system!
2 Attachment(s)
Hello, i'm having trouble with my warp system.
The scripts are attached to this post. PlayerWarp.txt is the Player's Warp Item and warp.txt is the class that the warpring in the level is joined to. Help would be great, because i am completely stumped as to what I did wrong :/ |
I've read the files and I can't seem to grasp exactly what you're trying to achieve. Is it an item players can warp to specific levels with or is it a custom warp system when you touch an object or something? If you want a simple GUI to warp with, just create the GUI window with a button and add an array to the control to determine the level, x and y to warp to.
Example: warp = {"levelname",x,y}; After that, when the player clicks the GUI button send the information to the server and set the players level. That's what I would do anyway. I've tested it and it works. I'm sure there's a better way to do it though :P If it's a custom door warp or something like that, just create a class to join to the object... PHP Code:
PHP Code:
|
All times are GMT +2. The time now is 10:24 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.