o contador de pontos para do nada principalmente quando o angulo do drift e grande e as vezes nem conta , alguem pode apontar o erro ou concertar pra min?
Código:
/* Criando Creditos pelo Rei Ayanami
[FS] Drift Pontos
Não retire meu creditos -_-
Meu discord e Tornado Magnet#1803
new DriftTimer[MAX_PLAYERS];
new TimerA,TimerB,TimerC;
new Points[MAX_PLAYERS];
new DriftPointsNow[MAX_PLAYERS];
new PlayerDriftCancellation[MAX_PLAYERS];
new Float:ppos[MAX_PLAYERS][3];
enum Float:Pos{ Float:sX,Float:sY,Float:sZ };
new Float:SavedPos[MAX_PLAYERS][Pos];
new bool:DriftMode[MAX_PLAYERS]=false;
new DriftBonus[MAX_PLAYERS]=1;
new Float:HealthInit[MAX_PLAYERS]=1000.0;
new bool:AutoFixBool[MAX_PLAYERS]=true;
new Text:TDLabels[3];
new Text:TDValueDrift[MAX_PLAYERS];
new Text:TDValueBonus[MAX_PLAYERS];
new Text:TDValueCash[MAX_PLAYERS];
public OnFilterScriptExit(){
KillTimer(TimerA);
KillTimer(TimerB);
KillTimer(TimerC);
return 1;
}
Float:GetPlayerTheoreticAngle(i)
{
new Float:sin;
new Float:dis;
new Float:angle2;
new Float:x,Float:y,Float:z;
new Float:tmp3;
new Float:tmp4;
new Float:MindAngle;
Inserido por: Cowboy - 22/02/2022 02:33 - Fórum: English
- Sem Respostas
You can remove / attach the sticker.
All possible checks removed at VehicleDeath.
List of cars(id) on which you can use: 411 477 451 402 579 509 494 562 503 502 429 400 533 541 445 419 495 506 415 559 560 421 434
Ola quero uma ajuda o CreateDynamicObject alguns objetos estão sumindo quando chego perto e demorando para rendelizar oque posso fazer para resolver isso ?