15.02.2018, 14:59
You're welcome, i also just tried using it, had 0 luck getting any response,
i used this:
and kept swinging my elegy all over the place and got 0 msgs, can you test it and upload a video? i need to see how you exactly detect drifting because i tried steerlocking, power sliding and long turns/short turns got nothing.
i used this:
PHP код:
public OnPlayerDriftStart(playerid)
{
SendClientMessageToAll(-1, "Started");
return 1;
}
public OnPlayerDriftUpdate(playerid, Float: drift_angle, Float: speed)
{
SendClientMessageToAll(-1, "Doing");
return 1;
}
public OnPlayerDriftEnd(playerid, reason, Float: distance, time)
{
SendClientMessageToAll(-1, "Ended");
return 1;
}