[FilterScript] CJ's RuN
#1

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/
Reply
#2

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?
Reply
#3

Sorry,I was tired..i change it now..
Reply
#4

But did you noticed how old those topics are?

EDIT: Anyway good beginning for beginner
Reply
#5

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.
Reply
#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
#7

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
Reply
#8

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;
}
Reply
#9

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
Reply
#10

LOL
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)