need help with my plugin
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
im trying to make a give me ammo plugin and i get a few errors
if anyone could help me solve those errors than that be really cool
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace InfinityScript.Examples { public class givemeammo : BaseScript } if (message.StartsWith("!givemeAmmo ")) { var weapon = player.currentweapon; player.call("GiveMaxAmmo",weapon); { } } } return ChatType.ChatNone; } else { return ChatType.ChatContinue; } } } }i get error in line 8 column 41, line 10 column 11, line 18 column 17, line 19 column 13