Posts: 286
Threads: 101
Joined: Apr 2011
Reputation:
0
I noticed that I spawn on my server with random objects like a bottle or a fag, and that object stays there when I walk away, how can I get rid of them?
Posts: 332
Threads: 30
Joined: Oct 2011
Reputation:
0
Search ur script for AttachObjectToPlayer and remove it :S
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
That can also happen when you used KillPlayer when the player was inside a vehicle.
I had the same problem in my /rescue command.
I just made it so /rescue only works when you're on foot.
You could also try to RemovePlayerFromVehicle before you KillPlayer or SetPlayerPosition him.
Posts: 286
Threads: 101
Joined: Apr 2011
Reputation:
0
yeah I used /kill command, because Im testing my server for any bugs so Im doing few /kill on my self etc, as I had some glitches, thx.