Quote:
Originally Posted by ƒa†es™
Sorry xPaw because the trail issi't long
How can i make the trail more longer ?
|
It's quite old but it helped me.
For people who want trail longer, delete this line in check_position.
PHP Code:
if (get_distance(origin, g_PlayerPos[id])>300 || g_TimerCount[id] >= g_TimerLimit/2)
{
func_DoTrail(id);
func_KillTrailMsg(id); //DELETE THIS.
}