CJ's RuN -
MytzaMytz - 08.04.2013
Description:
Hey,I see a lot of topic with "how I can do the CJ's Run,the default run,well i do a little script to put it in filtrerscript folder.
Install
1.We download the script and install it in filterscript folder.
2.We write in our server.cfg at filterscript line, "Run".
BUGS
No bugs found!
Download
Run.pwn-.axm -
http://www.solidfiles.com/d/67a0593c45/
Re: CJ's RuN -
Riddick94 - 08.04.2013
Wait, what? Bu.. no, no, no.. wait.. WHAT? Are.. you.. serious?
Wait, what is it? A streamer include? WHY?
pawn Код:
#include <a_samp>
#include <streamer>
What the hell is it doing here?! IN 2013!!!
edit:// - @down
I didn't mean an include.. I mean a whole 'SCRIPT'.. what, the, hell, is, it, doing, here?
Re: CJ's RuN -
MytzaMytz - 08.04.2013
Sorry,I was tired..i change it now..
Re: CJ's RuN -
kiss - 08.04.2013
But did you noticed how old those topics are?
EDIT: Anyway good beginning for beginner
Re: CJ's RuN -
Revo - 08.04.2013
This is not going to work buddy, UsePlayerPedAnims only works in OnGameModeInit, this is 2013 and theoritically this is not a filterscript, but a simple one-liner.
Re: CJ's RuN -
Ash. - 08.04.2013
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.
Re: CJ's RuN -
RiChArD_A - 08.04.2013
This isn't no FS. Just do what Revo said on the master GM and you're done.
He said No bugs found, the entire thing is a bug
Re: CJ's RuN -
DobbysGamertag - 08.04.2013
well +1 for the idea of it. But you should of done a tutorial instead. Otherwise all you have you do is:
pawn Код:
public OnGameModeInit
{
UsePlayerPedAnims()
return 1;
}
Re: CJ's RuN -
TheArcher - 08.04.2013
LOL you made my day seriously, 3 lines and scripted bad. Also you post "Bugs" , how can you find bugs in a specific function? o.O
Re: CJ's RuN -
nGen.SoNNy - 09.04.2013
LOL