[FilterScript] CJ's RuN
#6

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:
pawn Код:
public OnFilterScriptInit()
{
     UsePlayerPedAnims();
     return 1;
}
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.
Reply


Messages In This Thread
CJ's RuN - by MytzaMytz - 08.04.2013, 17:26
Re: CJ's RuN - by Riddick94 - 08.04.2013, 17:39
Re: CJ's RuN - by MytzaMytz - 08.04.2013, 17:42
Re: CJ's RuN - by kiss - 08.04.2013, 18:10
Re: CJ's RuN - by Revo - 08.04.2013, 20:54
Re: CJ's RuN - by Ash. - 08.04.2013, 21:28
Re: CJ's RuN - by RiChArD_A - 08.04.2013, 21:53
Re: CJ's RuN - by DobbysGamertag - 08.04.2013, 22:03
Re: CJ's RuN - by TheArcher - 08.04.2013, 22:08
Re: CJ's RuN - by nGen.SoNNy - 09.04.2013, 05:16

Forum Jump:


Users browsing this thread: 1 Guest(s)