[FilterScript] [FS] News System
#1

  • Yeah, I gave it a try again at scripting, I always scripted on my Own and Friends gamemode but i was bored, and i just started to make something like this.
    Well here it is, a Simple News Ticker.

    Screenshot:

    • Information
    Well, This is what i made today, A news ticker, a Fresh start with a Simple script.
    Not many people will ask for this but still, I like the Idea
    The name used in this project was Nysteri, Because thats my Gamer name!.
    • Installation
    To install: Add NewsTick.pwn and NewsTick.amx in your Filterscripts Folder, Then Add
    "filterscripts NewsTick" To your server.cfg
    • FAQ
    <Q> How many lines Does it has?
    <A> Well actually its 84 lines, But if we don't Count the spaces and Stuff it will be around 70/71

    <Q> Can i mirror this?
    <A> Sure you can!, Why not :P

    <Q> Can i Place this code in my Game Mode?
    <A> Sure you can, Aslong as you give Proper Credits ofcourse!
    • Credits
    >Nero_3D - Helping me to Go Thru the News list
    >The SA:MP Dev Team - For this great game!
    • Downloads
    Rapidshare - NewsTick.pwn & NewsTick.amx
    filefront - NewsTick.pwn & NewsTick.amx
    sendspace - NewsTick.pwn & NewsTick.amx
    Pastebin - NewsTick.pwn Only!
Reply
#2

pastebin link please.
Reply
#3

Pastebin Link added
Reply
#4

will show the news unlimited because u always added TextDrawShowForPlayer
Reply
#5

This isn't really a filterscript, just a basic example of textdraw.
Reply
#6

How Do I Change How Fast The Textdraw Changes??
Reply
#7

At OnFilterScriptInit theres a SetTimer("NewsTick",time,1); change the "time" From 5000 to any other number
WARNING: This are Milli Seconds!
Reply
#8

Nice work, I would have it but I like the current one I got in!
Reply
#9

whats worng -_-
pawn Код:
C:\DOCUME~1\EXOHOS~1\Desktop\KOLSER~1\KOLFRE~1\FILTER~1\News.pwn(14) : error 001: expected token: "}", but found ")"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Reply
#10

Quote:
Originally Posted by Berry
whats worng -_-
pawn Код:
C:\DOCUME~1\EXOHOS~1\Desktop\KOLSER~1\KOLFRE~1\FILTER~1\News.pwn(14) : error 001: expected token: "}", but found ")"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Show me line 14.

Quote:
Originally Posted by Nibblet
At OnFilterScriptInit theres a SetTimer("NewsTick",time,1); change the "time" From 5000 to any other number
WARNING: This are Milli Seconds!
This are mili seconds?..
Nice english m8
Reply
#11

Quote:
Originally Posted by Berry
whats worng -_-
pawn Код:
C:\DOCUME~1\EXOHOS~1\Desktop\KOLSER~1\KOLFRE~1\FILTER~1\News.pwn(14) : error 001: expected token: "}", but found ")"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
'

You have put a normal bracket insted of an indented bracket. do a bracket like this } not like this )
Reply
#12

I see that u Edited Some of the News lines, and Added new ones!

it should look like this

Код:
new news[][] =
{
"News_Line_1", "News_Line_2", "News_Line_3", "News_Line_4" etc etc
};
Do not add a , after the Last news Line!

PS: sorry for my english. Im dutch and were kinda sleepy when i typed it xD
Reply
#13

n1 but how can i make it with color?
Reply
#14

Quote:
Originally Posted by Zezombia
This isn't really a filterscript, just a basic example of textdraw.
No this is a Filterscript
Good man
Reply
#15

What this actually does ?
Reply
#16

Nice
Reply
#17

gonna use this one, instead of SendClientMessageToAll (or something like that :P)
Reply
#18

How do i change it?
i mean that will apear the things i want like
i like chips and ect?
And not new line , new line 2 and ect?
Reply
#19

if i get your point, you should just change the default texts and use thoose to send
Reply
#20

Quote:
Originally Posted by Nibblet
if i get your point, you should just change the default texts and use thoose to send
Change where?
In what txt?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)