09.04.2009, 07:47
HUN
Ьdv All!
// SkinCollection script by Epsilon, lolko
// v1.0
Cucc Leнrбs: Az цtlet lolkoй йs amikor segнtsйget kйrt tőlem йszrevettem jуpбr hibбt a scriptben ezйrt azokat kijavнtotam йs eszembe jutott h az egyik rйgebb gamemodeomban nekem is van ilyen ezйrt lolkovel a kettőt цsszeillesztettьk.
Az йn rйszem nem mostanбban kйszьlt mйg igen rйgen нrhattam. 1 йv kb.
Cucc letцltйse:
Pastebin (HUN): http://pastebin.com/f776caa10
Pastebin (ENG): http://pastebin.com/f29075d3e
PWN + AMX ENG![](http://solidfiles.com/info_imgs/rM9m.jpg)
PWN + AMX - HUN http://www.epsweb.extra.hu/skinc.rar
Tudom, hogy (majdnem) bбrki tud нrni ilyet de lolkonak jу gyakorlбs volt йs a forrбssal tбmogatjuk az йhező lбmбkat .![Grin](images/smilies/biggrin.gif)
// SkinCollection Inc by Epsilon
// v2.0
Cucc Leнrбs: alvash tanбcsбra elkйszнtettem a v2.0 INC formбtumba.
Cucc Hasznбlata:
A hasznбlat mellйkelve az Olvass El! fбljban.
A letцltцtt epsskin.inc-t tedd a szervered pawno/include mappбjбba majd tedd a kцvetkezőket:
A script tetejйre нrd ezt:
Keresd meg a scriptedben az OnPlayerSpawn fьggvйnyt йs нrd hozzб ezt:
Нgy nйz ki:
Keresd meg a scriptedben az OnPlayerCommandText fьggvйnyt йs нrd hozzб ezt:
Нgy nйz ki ( mбs parancsok / funkciуk nйlkьl )
Az INC-hez a skinek egy rйszйt lolko gyűjtцtte. Kцszцnet neki!
Az INC a creditet ne szedd ki!
Cucc Letцltйse:
INC + Hasznбlati utasнtбs:
--SolidFiles
Pastebin Forrбs:
( Lehetnek esetleges indentбciуs figyelmeztetйsek a pastebin miatt! )
Pastebin
Hasznбljбtok egйszsйggel!
ENG
Hi All!
My Introduction: This is my first release in this forum and i think this is a perfect script to use.
// SkinCollection script by Epsilon, lolko
// v1.0
Script Introduction:
The idea is lolko's idea, but when he asked me to help i located many-many errors and i knew i have a script like this one so we put together the 2 scripts.
I know, that (almost) anybody can write this script, but it was a good practice for lolko and we support the starving lamas with the source.
Script Download:
Pastebin (HUN): http://pastebin.com/f776caa10
Pastebin (ENG): http://pastebin.com/f29075d3e
PWN + AMX ENG![](http://solidfiles.com/info_imgs/rM9m.jpg)
PWN + AMX - HUN http://www.epsweb.extra.hu/skinc.rar
// SkinCollection Inc by Epsilon
// v2.0
Script Intro: I made this script to INC to add it to gamemodes.
Script Tutorial:
If u can speak hungarian u can find the tutorial in the Olvass El!.txt
Put the downloaded epsskin.inc file to pawno/include and...:
Put this to the begin of your gamemode
Write this to the OnPlayerSpawn:
You should have this:
Write this to the OnPlayerCommandText()
We have this without any commands, functions:
Script Credit:
-Epsilon
-Thanks to lolko, for the part of skins.
-Do not remove the credits!
Script Download:
INC + Olvass El!.txt - HUN
--SolidFiles
INC - ENG
--SolidFiles
Pastebin Source:
( The indentation is wrong)
Pastebin - HUN
Pastebin - ENG
Have fun and write comments!
Epsilon
Ьdv All!
v1.0
Cucc Adatok:// SkinCollection script by Epsilon, lolko
// v1.0
Cucc Leнrбs: Az цtlet lolkoй йs amikor segнtsйget kйrt tőlem йszrevettem jуpбr hibбt a scriptben ezйrt azokat kijavнtotam йs eszembe jutott h az egyik rйgebb gamemodeomban nekem is van ilyen ezйrt lolkovel a kettőt цsszeillesztettьk.
Az йn rйszem nem mostanбban kйszьlt mйg igen rйgen нrhattam. 1 йv kb.
Cucc letцltйse:
Pastebin (HUN): http://pastebin.com/f776caa10
Pastebin (ENG): http://pastebin.com/f29075d3e
PWN + AMX ENG
![](http://solidfiles.com/info_imgs/rM9m.jpg)
PWN + AMX - HUN http://www.epsweb.extra.hu/skinc.rar
Tudom, hogy (majdnem) bбrki tud нrni ilyet de lolkonak jу gyakorlбs volt йs a forrбssal tбmogatjuk az йhező lбmбkat .
![Grin](images/smilies/biggrin.gif)
v2.0
Cucc Adatok:// SkinCollection Inc by Epsilon
// v2.0
Cucc Leнrбs: alvash tanбcsбra elkйszнtettem a v2.0 INC formбtumba.
Cucc Hasznбlata:
A hasznбlat mellйkelve az Olvass El! fбljban.
A letцltцtt epsskin.inc-t tedd a szervered pawno/include mappбjбba majd tedd a kцvetkezőket:
A script tetejйre нrd ezt:
Код:
#include <epsskin>
Код:
Skin_OnPlayerSpawn(playerid);
Код:
public OnPlayerSpawn(playerid) { Skin_OnPlayerSpawn(playerid); // Egyйb funckiуk return 1; }
Код:
if (Skin_OnPlayerCommandText( playerid, cmdtext ) == 1) return 1;
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (Skin_OnPlayerCommandText( playerid, cmdtext ) == 1) return 1; // parancsok return 0; }
Az INC a creditet ne szedd ki!
Cucc Letцltйse:
INC + Hasznбlati utasнtбs:
![](http://solidfiles.com/info_imgs/UODQ.jpg)
Pastebin Forrбs:
( Lehetnek esetleges indentбciуs figyelmeztetйsek a pastebin miatt! )
Pastebin
Hasznбljбtok egйszsйggel!
ENG
Hi All!
My Introduction: This is my first release in this forum and i think this is a perfect script to use.
v1.0
Script Data:// SkinCollection script by Epsilon, lolko
// v1.0
Script Introduction:
The idea is lolko's idea, but when he asked me to help i located many-many errors and i knew i have a script like this one so we put together the 2 scripts.
I know, that (almost) anybody can write this script, but it was a good practice for lolko and we support the starving lamas with the source.
Script Download:
Pastebin (HUN): http://pastebin.com/f776caa10
Pastebin (ENG): http://pastebin.com/f29075d3e
PWN + AMX ENG
![](http://solidfiles.com/info_imgs/rM9m.jpg)
PWN + AMX - HUN http://www.epsweb.extra.hu/skinc.rar
v2.0
Script Data:// SkinCollection Inc by Epsilon
// v2.0
Script Intro: I made this script to INC to add it to gamemodes.
Script Tutorial:
If u can speak hungarian u can find the tutorial in the Olvass El!.txt
Put the downloaded epsskin.inc file to pawno/include and...:
Put this to the begin of your gamemode
Код:
#include <epsskin>
Код:
Skin_OnPlayerSpawn(playerid);
Код:
public OnPlayerSpawn(playerid) { Skin_OnPlayerSpawn(playerid); // Other funkctions return 1; }
Код:
if (Skin_OnPlayerCommandText( playerid, cmdtext ) == 1) return 1;
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (Skin_OnPlayerCommandText( playerid, cmdtext ) == 1) return 1; // Commands return 0; }
-Epsilon
-Thanks to lolko, for the part of skins.
-Do not remove the credits!
Script Download:
INC + Olvass El!.txt - HUN
![](http://solidfiles.com/info_imgs/UODQ.jpg)
INC - ENG
![](http://solidfiles.com/info_imgs/0BN7.jpg)
Pastebin Source:
( The indentation is wrong)
Pastebin - HUN
Pastebin - ENG
Have fun and write comments!
Epsilon