Problem(error/warning): IfPlayerFalling ako igrac pada treba mi taj check
Dio skripte:
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log):
Slika/video ingame problema(obavezno ako je ingame problem):
[pawn]
IsPlayerFalling(playerid)
{
new const index = GetPlayerAnimationIndex(playerid);
if(index >= 958 && index <= 979 || index == 1130 || index == 1195 || index == 1132) return 1;
return 0;
}
[/pawn]
hvala ti sacu da probam
Edit: Radi hvala