Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => FilterScripte, Include, Pluginovi za SA-MP => Filterskripte & include fajlovi => Temu započeo: admin poslato Maj 20, 2009, 15:09:26 POSLE PODNE

Naslov: Seifader - Fade your screen in and out with any color!
Poruka od: admin poslato Maj 20, 2009, 15:09:26 POSLE PODNE
NAPOMENA: Ako ne razumijete neki dio teksta, recite pa cemo vam prevesti!


Seifader
Fade it with any color!

â–ºScript Type


â–ºScript Features


â–ºScript Functions/Callbacks

â–ºScript Download

â–ºScript Installation
    »Open the link and paste the script in a .inc file
    »Save As it in 'pawno/includes' as Seifader.inc.
    »Go to the gamemode or filterscript you want to add this in and add this under "#include <a_samp>": #include <Seifader>
    »Add this in the bottom of your script(gamemode/filterscript):
[pawn]
public OnPlayerScreenFade(playerid, color, speed)
{
    return 1;
}

public OnPlayerScreenColorFade(playerid, color, speed)
{
    return 1;
}
[/pawn]
    »Use the functions and have fun!

â–ºOther