SA-MP Forums Archive
[FilterScript] [FS]InfoText >>> by Snow - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]InfoText >>> by Snow (/showthread.php?tid=67725)



[FS]InfoText >>> by Snow - DarkSnow - 03.03.2009

[center]InfoText

Early in the morning i had much time and dont know what i can doo after 30 minutes i had make a InfoText XD.
Its my first release on SAMP Forum

Description:
Show\'s a little informationtext at the bottom of the screen

Pics:

Click Me

Download:
Pastebin - Only English
German - RapidShare
English- RapidShare


Re: [FS]InfoText >>> by Snow - ArryMan - 03.03.2009

AWESOME! I like this! PS: First NAX)


Re: [FS]InfoText >>> by Snow - DarkSnow - 03.03.2009

Quote:
Originally Posted by ArryMan
AWESOME! I like this! PS: First NAX)
Thankx


Re: [FS]InfoText >>> by Snow - Rks25 - 03.03.2009

Is a pastebin possible?


Re: [FS]InfoText >>> by Snow - DarkSnow - 03.03.2009

it is


Re: [FS]InfoText >>> by Snow - DarkSnow - 03.03.2009

pastebin added


Re: [FS]InfoText >>> by Snow - Homerman - 03.03.2009

Quote:
Originally Posted by DarkSnow
pastebin added
Mehehe, really nice! (I kill you, I had same idea )


Re: [FS]InfoText >>> by Snow - Rks25 - 03.03.2009

Nice!


Re: [FS]InfoText >>> by Snow - ]NM[TheShadow - 03.03.2009

Very simple, very good, very useful



Re: [FS]InfoText >>> by Snow - mascii - 04.03.2009

nice and simple I like it, and u no what else I like? Assassins creed XD


Re: [FS]InfoText >>> by Snow - DarkSnow - 04.03.2009

thankx


Re: [FS]InfoText >>> by Snow - CruncH - 04.03.2009

only id 0 would see that..

for all players use SetTimerEx.


Re: [FS]InfoText >>> by Snow - ғαιιοцт - 04.03.2009

Quote:
Originally Posted by CruncH
only id 0 would see that..

for all players use SetTimerEx.
he should loop through all players.


Re: [FS]InfoText >>> by Snow - DarkSnow - 04.03.2009

damn


Re: [FS]InfoText >>> by Snow - ғαιιοцт - 04.03.2009

Quote:
Originally Posted by DarkSnow
damn
rofl

delete (playerid) parameter in the function (so you don\'t need settimerex no more to)
and use a for loop:

Code:
for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
}
and

Code:
if(IsPlayerConnected(playerid))
{
}
that\'s it ^^


Re: [FS]InfoText >>> by Snow - DarkSnow - 05.03.2009

i will change it when iam @ home