yoyok
Member
- Apr 24, 2013
- 197
- 24
Edited all Z-index from 0.35 to 0 in SitEvent.cs & SitCommand.csCheck what the Z-Index is set to upon the sit command. If no Z index is set, change the users Z index to 0
User.Statusses.Add("sit", "1.0");
User.Z -= 0;
User.isSitting = true;
User.UpdateNeeded = true;
Go see what the 2nd parameter does "1.0" is doing. That looks like a damn Z-Index to me ><Edited all Z-index from 0.35 to 0 in SitEvent.cs & SitCommand.cs
Still the same issue, user is floating.PHP:User.Statusses.Add("sit", "1.0"); User.Z -= 0; User.isSitting = true; User.UpdateNeeded = true;