Sziasztok!!
Láttam, sok ember rakott fel, Repülõ Balloon-t én keresgéltem forum.sa-mp.com- on és találtam nagyon, jót!!
Le is fordítottam, magyarra sokak kedvéért, saját szókincsemmel próbáltam lefordítani és semmi, google/webfordítást nem használtam!!
Térjünk, most a lényegre!
Parancsok:
/pirosballoon = Üdvözölni fog téged a piros balloonál!
/kekballoon = Üdvözölni fog téged a kék balloonál!
/szurkeballoon = Üdvözölni fog téged a szürke balloonál!
/repules = Elindul, a balloon felfelé!
/felfele = Megy a balloon minél magasabbra!
/piroslefele = Piros balloon elindul lefele!
/keklefele = Kék balloon elindul lefele!
/szurkelefele = Szürke balloon elindul lefele!
/készítõk = Készítõk kimutatása!
/segitseg = Kapsz, segítséget a filterszkript használatáról!
Készítette: XtremeR
Fordította: Soma
Tesztelve: Van, tesztelve nállam tökéletesen müködik!
Fordítási idõ: 10perc
Képek:
Pawno Kód: //all by XtremeR
//Fordítótta: Soma
#include <a_samp>
new b1;
new b2;
new b3;
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\"Balloon\'s FS By XtremeR\");
print(\"--------------------------------------\\n\");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
#endif
public OnGameModeInit()
{
b1 = CreateObject(19332, 364.71, 2537.19, 15.68, 0.00, 0.00, 0.00);
b2 = CreateObject(19333, 154.77, -1858.23, 2.78, 0.00, 0.00, 0.00);
b3 = CreateObject(19334, -1748.00, -154.60, 2.60, 0.00, 0.00, 0.00);
}
public OnPlayerText(playerid, text[])
{
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, \"/pirosballoon\", true) == 0)
{
SetPlayerPos(playerid,382.0658, 2537.5269, 15.6774);
SendClientMessage(playerid, 0xDEEE20FF, \"Üdvözlek téged a piros Balloonál!\");
return 1;
}
if (strcmp(cmdtext, \"/kekballoon\", true) == 0)
{
SetPlayerPos(playerid,153.8562, -1879.2620, 2.7823);
SendClientMessage(playerid, 0xDEEE20FF, \"Üdvözlek téged a kék Balloonál!\");
return 1;
}
if (strcmp(cmdtext, \"/szurkeballoon\", true) == 0)
{
SetPlayerPos(playerid,-1738.4253, -137.0162, 2.6011);
SendClientMessage(playerid, 0xDEEE20FF, \"Üdvözlek téged a szürke Balloonál!);
return 1;
}
if (strcmp(cmdtext, \"/repules\", true) == 0)
{
MoveObject(b1, 237.11, 2547.02, 354.68, 3);
SendClientMessage(playerid, 0xDEEE20FF, \"Megy a balloon felfele.\");
return 1;
}
if (strcmp(cmdtext, \"/felfele\", true) == 0)
{
MoveObject(b2, 455.3196, -1870.2194, 824.6305, 3);
SendClientMessage(playerid, 0xDEEE20FF, \"Megy a balloon felfele.\");
return 1;
}
if (strcmp(cmdtext, \"/felfele\", true) == 0)
{
MoveObject(b3,-1752.5271, -8.4947, 282.0090, 3);
SendClientMessage(playerid, 0xDEEE20FF, \"Megy a balloon felfele.\");
return 1;
}
if (strcmp(cmdtext, \"/piroslefele\", true) == 0)
{
MoveObject(b1, 365.56, 2537.17, 15.68, 5);
SendClientMessage(playerid, 0xDEEE20FF, \"Megy a balloon lefelé.\");
return 1;
}
if (strcmp(cmdtext, \"/keklefele\", true) == 0)
{
MoveObject(b2, 154.7741, -1858.2334, 2.7823 , 5);
SendClientMessage(playerid, 0xDEEE20FF, \"Megy a balloon lefelé.\");
return 1;
}
if (strcmp(cmdtext, \"/szurkelefele\", true) == 0)
{
MoveObject(b3, -1748.0038, -154.6030, 2.6011, 5);
SendClientMessage(playerid, 0xDEEE20FF, \"Megy a balloon lefelé.\");
return 1;
}
if (strcmp(cmdtext, \"/készítõk\", true) == 0)
{
SendClientMessage(playerid, 0xDEEE20FF, \"All Balloons by XtremeR \");
SendClientMessage(playerid, 0xDEEE20FF, \"Fordítótta: Soma \");
return 1;
}
if (strcmp(cmdtext, \"/segitseg\", true) == 0)
{
SendClientMessage(playerid, 0xDEEE20FF, \"[Xtreme\'s Balloon FS HELP]\");
SendClientMessage(playerid, 0xDEEE20FF, \"/pirosballoon = Piros Balloon\");
SendClientMessage(playerid, 0xDEEE20FF, \"/kekballoon = Kék Ballon);
SendClientMessage(playerid, 0xDEEE20FF, \"/szurkeballoon = Szürke balloon\");
SendClientMessage(playerid, 0xDEEE20FF, \"/pirosfelfele - Piros balloon felfele, /piroslefele - Piros balloon lefele\");
SendClientMessage(playerid, 0xDEEE20FF, \"/kekfelfele - Kék ballooon felfele, /keklefele - Kék balloon lefele\");
SendClientMessage(playerid, 0xDEEE20FF, \"/szurkefelfele - Szürke ballooon felfele, /szurkelefele - Szürke balloon lefele\");
SendClientMessage(playerid, 0xDEEE20FF, \"/készítõk - Készítõk:\");
SendClientMessage(playerid, 0xDEEE20FF, \"Filterszkriptett készítette: XtremeR\");
SendClientMessage(playerid, 0xDEEE20FF, \"Filterszkriptett fordítótta: Soma\");
return 1;
}
return 0;
}
//
[img=http://www.upload.ee/image/2640142/cooltext751540760.png]
/*
[img=http://www.upload.ee/image/2640142/cooltext751540760.png]
[color=\"Red\"][size=\"5\"][font=\"Comic Sans MS\"]Features:[/font][/size][/color]
Simple and Easy To Use
3 Balloons Around San Andreas
With many Cmds (listen Below)
Working Fine no Bugs Found Yet!
Easy Use for Newbies also!
One Located At, Desert Airport Other Located At Ls Beach , and the last on is in SF
[color=\"Red\"][size=\"5\"][font=\"Comic Sans MS\"]Képek a filterszkriptrõl:[/font][/size][/color]
[img=http://www.upload.ee/image/2640187/sa-mp-240.png]
-----------------------------
[img=http://www.upload.ee/image/2640195/sa-mp-241.png]
-----------------------------
[img=http://www.upload.ee/image/2640201/sa-mp-243.png]
-----------------------------
[img=http://www.upload.ee/image/2640208/sa-mp-246.png]
[color=\"Red\"][size=\"5\"][font=\"Comic Sans MS\"]Parancsok:[/font][/size][/color]
/pirosballoon
/kekballoon
/szurkeballoon
/repules
/piroslefele
/felfele
/keklefele
/lefele
/készítõk
[color=\"Red\"][size=\"5\"][font=\"Comic Sans MS\"]Készítõk:[/font][/size][/color]
Filterszkript készítõje: XtremeR.
Fordítótta: Soma
[color=\"Red\"][size=\"5\"][font=\"Comic Sans MS\"]Letöltés:[/font][/size][/color]
*/
Letöltés[HUN]:
AMX: http://www.solidfiles.com/d/0bb76f8cdc/
PWN-t nem találtam, meg sehol pedig készült, aki lenne olyan kedves hogy belinkel egyet azt megköszöném!!
Letöltés[Angol]: http://www.solidfiles.com/d/c5c088c73e/