12-11-2013, 13:29
I installed the plugin on my server, but nothing happens...
Plugin to get weapons
|
12-11-2013, 14:29
Are you compiled it using .NET 3.X ?
12-11-2013, 15:06
(This post was last modified: 12-11-2013, 15:16 by xxxLik3aB0SSxxx.)
Ohh... I used 4.0
3.0 or 3.5? K I tried 3.0 but the commands doesn't work.
Try to remove all 'ChatType.ChatNone', but don't remove the last one.
If 'return' is outside of some statement, it just doesn't go next.
12-11-2013, 16:32
(This post was last modified: 12-11-2013, 16:33 by xxxLik3aB0SSxxx.)
Thanks not it works, but there are still some bugs:
I can't write anything in the chat, just commands. The !ump and the !acr command doesn't work. !speed is just for a short time (about 20 sec.) Here's the code: Code: using System;
12-11-2013, 18:10
speedscale = if you jumping over to the roof/clumbing up the stairs (examples) will you lose your speed.
with the weapons, i Think you should pick away all the perks. and replace them with: "Client.Other.SetPerk(GetPerk("your perk"));" and add more perks like this: "Client.Other.SetPerk(GetPerk("perk_1"));" "Client.Other.SetPerk(GetPerk("perk_2"));" [Example] Client.Other.SetPerk(GetPerk("specialty_fastermelee")); Client.Other.SetPerk(GetPerk("specialty_scavenger")); etc...
12-11-2013, 18:49
12-11-2013, 18:53
Omg, another commands aren't showing up because you need to move 'return'. I said it before.
12-11-2013, 20:11
You mean like this?
Code: using System; |
Users browsing this thread: |
2 Guest(s) |