Hi, i was trying to create a Command for the CoFuture source and i have this completed
If anyone could please let me know whats wrong with it, i have also tried doing Database.LoadTnpcs(); and that did not work.
PHP Code:
if (Splitter[0] == "/npc")
{
Start.Npcs.Clear();
Database.LoadNpcs();
return 2;
}