Need some help +rep. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need some help +rep. (
/showthread.php?tid=527817)
Need some help +rep. -
1FreeHost - 24.07.2014
I saw this tutorial:
https://sampforum.blast.hk/showthread.php?tid=269336
And i need this system can someone make it into a filterscript.
+1 Rep if you make it into a filterscript and give me pawno.
Re: Need some help +rep. -
gtasarules14 - 24.07.2014
Its not that hard to do it yourself, I really doubt anyone will make it for you.
Re: Need some help +rep. -
1FreeHost - 25.07.2014
Quote:
Originally Posted by gtasarules14
Its not that hard to do it yourself, I really doubt anyone will make it for you.
|
It is hard i don't understand how.
Please someone help.
Re: Need some help +rep. -
Threshold - 25.07.2014
If you find it hard, follow the tutorial.
Oh wait...
https://sampforum.blast.hk/showthread.php?tid=269336
You won't find help in this forum, you have all the answers you need.
Re: Need some help +rep. -
1FreeHost - 25.07.2014
Quote:
Originally Posted by Threshold
|
I dont understand where to put them.
Re: Need some help +rep. -
Blademaster680 - 26.07.2014
Its exactly like making a gamemode. but instead of having ongamemodeinit() and ongamemodeexit(), you have onfilterscriptinit() and onfilterscriptexit(). that is about it
Re: Need some help +rep. -
Smileys - 26.07.2014
taken from that tutorial:
pawn Код:
forward StartedNewRound(); // On top of your script.
forward NewMapTimer(playerid); // On top of your script also these are basically the forwards the callback like Public Callback
and
Quote:
Originally Posted by 1FreeHost
I dont understand where to put them.
|
seems legit.. lol
Re: Need some help +rep. -
Champ - 26.07.2014
This tutorial you got is way easier than BlackWolf's tutorial (
Click Here).
You should be posting in " Looking for " Section, if you want any one to script it.