
10-15-2013, 09:47 PM
|
|
Deleted by Darlene159
|
 |
Join Date: Sep 2013
Location: Deleted by Darlene159
Posts: 361
|
|
|
are there any errors showing up when you press f2 and go to scripts?
my guess is that despite what youre doing with the server option weaponorder your movement is attempting to do things before every resource it relies on is initializing
if all else fails try re-adding the movement weapon on login like so:
player.removeweapon("-System/Movement");
player.addweapon("-System/Movement"); |
__________________
This signature has been deleted by Darlene159.
|
|
|
|