Hi, I need the same help, plus my help is the following I want a blip to appear only for 1 player in case the blip appears showing the place where he died, I did it this way to appear blip
----------------------------------------------------------------------------------
PedCol = createColSphere (x, y, z, 1.5)
killPed (ped)
plblip = createBlip (x, y, z, 19) --- Here's Blip
setTimer (destroyDeadPlayer, 2700000,1, ped, pedCol, plblip
------------------------------------------------------------------------------------
This is a part of the function I am using, I want to put just to appear the blip of the body of the player who died, without others also seeing ... from now thank you THANK YOU
Att,
~ Baido