[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