Warp plugin

Martin

New Member
Member
Sep 7, 2014
23
2
3
Hey DreTax i tryed to use your Warp plugin and my console show this error :/ :)

[IPModule] Warp plugin could not be loaded.
MissingMemberException: 'ScopeStorage' object has no attribute 'Warp'
 
Last edited:

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Hey DreTax i tryed to use your Warp plugin and my console show this error :/ :)

[IPModule] Warp plugin could not be loaded.
MissingMemberException: 'ScopeStorage' object has no attribute 'Warp'
Name it "Warps"
 

Martin

New Member
Member
Sep 7, 2014
23
2
3
Hello i know i'm boring, but i tryed to add teleport delay time on this plugin but..... :D
hehe i have experience in coding (C# and little Java) but... cant add teleport delay hahha, anyone who can help here :)
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Hello i know i'm boring, but i tryed to add teleport delay time on this plugin but..... :D
hehe i have experience in coding (C# and little Java) but... cant add teleport delay hahha, anyone who can help here :)
Take a look at HomeSystem and TPFriend.
Bassicaly what you want as follows;
-User types /warp <Name>
-Send a nice message "You will be teleported in x Seconds"
-Record users SteamID & Location he wants to go to
-Create Parrallal timer with the info above. 1second = 1000
-After timer is up you want to kill(Stop) it, Find timer using that players SteamID
-Teleport player
I would post actual code you could cut and paste into the plugin but I'm heading to bed.
 

Martin

New Member
Member
Sep 7, 2014
23
2
3
hahah thank you bro, i'm looking now in home and tp plugin but post your code :D
Maybe i crash something heheh :D