08.04.2013, 21:28
Sorry I think I'm missing something, why does the year matter here?
On the other hand... If I were in your position I would research what functions you're actually using before you use them - as this won't work. The concept is good, but there are native functions that would have done this simply.
The biggest mistake you have here is:
The native function you used here can only be used in the callback 'OnGameModeInit'. Subsequently, this would be something the developer of a script would have to include.
On the other hand... If I were in your position I would research what functions you're actually using before you use them - as this won't work. The concept is good, but there are native functions that would have done this simply.
The biggest mistake you have here is:
pawn Код:
public OnFilterScriptInit()
{
UsePlayerPedAnims();
return 1;
}