Advertisement
leo1553

Untitled

Dec 27th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. [27/12/2015 15:59:54] Exception thrownOnPlayerCommandText:
  2. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Array index is out of range.
  3. at GameMode.ItemHat+Hat.GetModel (Int32 index) [0x00000] in <filename unknown>:0
  4. at GameMode.ItemHat.GetModel (Int32 index) [0x00000] in <filename unknown>:0
  5. at GameMode.Item.GetItemImageModel () [0x00000] in <filename unknown>:0
  6. at GameMode.PlayerInventoryDrawer+Slot.Update (GameMode.Item item) [0x00000] in <filename unknown>:0
  7. at GameMode.PlayerInventoryDrawer.ShowPage (Int32 page, InventoryDrawPos pos) [0x00000] in <filename unknown>:0
  8. at GameMode.PlayerInventoryDrawer.Draw (GameMode.PlayerInfo p) [0x00000] in <filename unknown>:0
  9. at GameMode.ItemHat.HatsCmd (SampSharp.GameMode.World.GtaPlayer player) [0x00000] in <filename unknown>:0
  10. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  11. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in C:\buildroot\release\repos\mono\mcs\class\corlib\System.Reflection\MonoMethod.cs:230
  12. --- End of inner exception stack trace ---
  13. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00069] in C:\buildroot\release\repos\mono\mcs\class\corlib\System.Reflection\MonoMethod.cs:238
  14. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in C:\buildroot\release\repos\mono\mcs\class\corlib\System.Reflection\MethodBase.cs:114
  15. at SampSharp.GameMode.SAMP.Commands.DetectedCommand.RunCommand (SampSharp.GameMode.World.GtaPlayer player, System.String args) [0x00000] in <filename unknown>:0
  16. at SampSharp.GameMode.Controllers.CommandController+<>c__DisplayClass4_0.<gameMode_PlayerCommandText>b__2 (System.Tuple`2 candidate) [0x00000] in <filename unknown>:0
  17. at System.Linq.Enumerable.First[Tuple`2] (IEnumerable`1 source, System.Func`2 predicate, Fallback fallback) [0x00013] in C:\buildroot\release\repos\mono\mcs\class\System.Core\System.Linq\Enumerable.cs:820
  18. at System.Linq.Enumerable.FirstOrDefault[Tuple`2] (IEnumerable`1 source, System.Func`2 predicate) [0x00007] in C:\buildroot\release\repos\mono\mcs\class\System.Core\System.Linq\Enumerable.cs:877
  19. at SampSharp.GameMode.Controllers.CommandController.gameMode_PlayerCommandText (System.Object sender, SampSharp.GameMode.Events.CommandTextEventArgs e) [0x00000] in <filename unknown>:0
  20. at (wrapper delegate-invoke) System.EventHandler`1<SampSharp.GameMode.Events.CommandTextEventArgs>:invoke_void_object_TEventArgs (object,SampSharp.GameMode.Events.CommandTextEventArgs)
  21. at SampSharp.GameMode.BaseMode.OnPlayerCommandText (SampSharp.GameMode.World.GtaPlayer player, SampSharp.GameMode.Events.CommandTextEventArgs e) [0x00000] in <filename unknown>:0
  22. at GameMode.GameMode.OnPlayerCommandText (SampSharp.GameMode.World.GtaPlayer player, SampSharp.GameMode.Events.CommandTextEventArgs e) [0x00000] in <filename unknown>:0
  23. at SampSharp.GameMode.BaseMode.OnPlayerCommandText (Int32 playerid, System.String cmdtext) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement