Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.


Üzenetek - Flash

Oldalak: 1 ... 254 255 [256] 257 258 ... 318
3826
SA-MP: Szerverfejlesztés / Benzin rendszer
« Dátum: 2012. június 07. - 14:47:46 »
Most már jó.
Ha tényleg müxik akkor grat. :)

3827
Segítségkérés / OnPlayerClickTextDraw
« Dátum: 2012. június 07. - 14:45:42 »
Csõ all!
Ma írtam egy teszt scriptet, íme:
 
#include <a_samp>
#include <zcmd>
new Text:SpecBox;
new Text:Next;
new Text:Previous;
new Text:SpecOff;
new Text:Name;
public OnFilterScriptInit()
{
SpecBox = TextDrawCreate(233.000000, 328.000000, \"_\");
TextDrawBackgroundColor(SpecBox, 255);
TextDrawFont(SpecBox, 1);
TextDrawLetterSize(SpecBox, 0.500000, 4.299999);
TextDrawColor(SpecBox, -1);
TextDrawSetOutline(SpecBox, 0);
TextDrawSetProportional(SpecBox, 1);
TextDrawSetShadow(SpecBox, 1);
TextDrawUseBox(SpecBox, 1);
TextDrawBoxColor(SpecBox, 858993695);
TextDrawTextSize(SpecBox, 421.000000, 0.000000);
Next = TextDrawCreate(347.000000, 353.000000, \"NEXT >>\");
TextDrawBackgroundColor(Next, 255);
TextDrawFont(Next, 2);
TextDrawLetterSize(Next, 0.410000, 0.799999);
TextDrawColor(Next, 16777215);
TextDrawSetOutline(Next, 1);
TextDrawSetProportional(Next, 1);
Previous = TextDrawCreate(232.000000, 353.000000, \"<< previous\");
TextDrawBackgroundColor(Previous, 255);
TextDrawFont(Previous, 2);
TextDrawLetterSize(Previous, 0.230000, 0.899999);
TextDrawColor(Previous, 16777215);
TextDrawSetOutline(Previous, 1);
TextDrawSetProportional(Previous, 1);
SpecOff = TextDrawCreate(273.000000, 329.000000, \"Speccing off\");
TextDrawBackgroundColor(SpecOff, 255);
TextDrawFont(SpecOff, 1);
TextDrawLetterSize(SpecOff, 0.470000, 1.000000);
TextDrawColor(SpecOff, -16776961);
TextDrawSetOutline(SpecOff, 1);
TextDrawSetProportional(SpecOff, 1);
TextDrawSetSelectable(SpecOff, 1);
Name = TextDrawCreate(315.000000, 341.000000, \"a\");
TextDrawBackgroundColor(Name, 255);
TextDrawFont(Name, 1);
TextDrawLetterSize(Name, 0.350000, 0.899999);
TextDrawColor(Name, -1);
TextDrawSetOutline(Name, 1);
TextDrawSetProportional(Name, 1);
TextDrawSetSelectable(SpecBox, false);
TextDrawSetSelectable(Next, true);
TextDrawSetSelectable(Previous, true);
TextDrawSetSelectable(SpecOff, true);
TextDrawSetSelectable(Name, false);
return 1;
}
public OnFilterScriptExit()
{
TextDrawHideForAll(SpecBox);
TextDrawDestroy(SpecBox);
TextDrawHideForAll(Next);
TextDrawDestroy(Next);
TextDrawHideForAll(Previous);
TextDrawDestroy(Previous);
TextDrawHideForAll(SpecOff);
TextDrawDestroy(SpecOff);
TextDrawHideForAll(Name);
TextDrawDestroy(Name);
return 1;
}
public OnPlayerSpawn(playerid)
{
return 1;
}
CMD:specing(playerid) {
TextDrawShowForPlayer(playerid, SpecBox);
TextDrawShowForPlayer(playerid, Next);
TextDrawShowForPlayer(playerid, Previous);
TextDrawShowForPlayer(playerid, SpecOff);
TextDrawShowForPlayer(playerid, Name);
SelectTextDraw(playerid, 0x99FFFFAA);
return 1;
}
CMD:specingoff(playerid) {
TextDrawHideForPlayer(playerid, SpecBox);
TextDrawHideForPlayer(playerid, Next);
TextDrawHideForPlayer(playerid, Previous);
TextDrawHideForPlayer(playerid, SpecOff);
TextDrawHideForPlayer(playerid, Name);
    CancelSelectTextDraw(playerid);
return 1;
}
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
    if(clickedid != SpecBox)
    {
    if(clickedid == SpecOff)
    {
         SendClientMessage(playerid, 0xFFFFFFAA, \"Spec offolva!\");
//         CancelSelectTextDraw(playerid);
    }
    else if(clickedid == Next)
    {
          SendClientMessage(playerid, 0xFFFFFFAA, \"Megnyomtad a Next gombot!\");
//         CancelSelectTextDraw(playerid);
    }
    else if(clickedid == Previous)
    {
         SendClientMessage(playerid, 0xFFFFFFAA, \"Megnyomtad a Previous gombot!\");
//         CancelSelectTextDraw(playerid);
    }
    }
    return 1;
}

 
Ez a ClickTextdraw, és ezzel az a baj hogy rámegyek a Next-re, vagy spectating off-ra vagy bármelyikre akkor is ezt írja:
Spec offolva!

3828
SA-MP: Szerverfejlesztés / Benzin rendszer
« Dátum: 2012. június 06. - 20:45:51 »
Nálam rossz a letöltési link.. :S

3829
SA-MP: Szerverfejlesztés / Showder Klub by : Caesar
« Dátum: 2012. június 06. - 20:44:50 »
Ja, szerintem is érdekes megoldások, de viszont nem rossz kis map. gratulálok.
Javasolnám az mta1.3-as verzióját, mert nekem az bevált, és nincs vele gond!

3830
Kihívások / Factory vs ExoN
« Dátum: 2012. június 06. - 16:17:26 »
Ok, addig zárom témát, és majd szólj ha kész.

3831
Kihívások / Factory vs ExoN
« Dátum: 2012. június 06. - 16:12:36 »
DrIftinG ma jár le a határidõ, és ha nem készülsz el a vidivel, akkor Factory gyõz.

3832
Kihívások / Factory vs ExoN
« Dátum: 2012. június 06. - 16:06:42 »
Exon hogy álsz a vidivel? :)

3833
SA-MP: Szerverfejlesztés / Forint "V2.0" Textdraw
« Dátum: 2012. június 06. - 16:00:55 »
TextDrawEditor1.0
ON: jó kis TD grat hozzá!

3834
Kihívások / Factory vs ExoN
« Dátum: 2012. június 06. - 15:55:44 »
Idézetet írta: Factory1 date=1338990411\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22316\" data-ipsquote-contentclass=\"forums_Topic
http://sampforum.hu/index.php?topic=26619.0  Itt az enyém.. :D
 
Te most a téma linkjét linkelted.. xd

3835
Segítségkérés / Server closed the connection!
« Dátum: 2012. június 05. - 16:29:05 »
Semmi értelme, mert õ már nem látja.

3836
SA-MP: Szerverfejlesztés / Gokart pálya SF-ben
« Dátum: 2012. június 05. - 15:47:17 »
Idézetet írta: Daviid date=1338846018\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18218\" data-ipsquote-contentclass=\"forums_Topic
Nagyon kis csinos map lett.  ;)
 
Kösz, volt vele meló. :)
 

A videó alapján jónak tûnik, bár én ugratókat nem tennék egy gokart pályába! ;)
 
[/quote]
Köszi, hát kinek mi..

3837
SA-MP: Szerverfejlesztés / Gokart pálya SF-ben
« Dátum: 2012. június 04. - 21:33:42 »
Idézetet írta: Caesar date=1338830850\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18218\" data-ipsquote-contentclass=\"forums_Topic
Jó lett nekem tetszik :)
 
Thx! :D

3838
SA-MP: Szerverfejlesztés / Caesar Szalloda
« Dátum: 2012. június 04. - 18:50:18 »
Nem rossz, jó mapper lesz belõled!

3839
Kihívások / Factory vs ExoN
« Dátum: 2012. június 02. - 19:49:18 »
Feladatok:
- Legjobb Steerlock LV-n.
- Legjobb chain SF, vagy LV-n.
- Legjobb jumpdrift.
határidõ: 2012/06/06 (Szerda)


Baráti küzdelem!  8)

3840
Készülõ munkák / [FS]Blade adminrendszer
« Dátum: 2012. június 02. - 18:37:57 »
Tipikus adminrendszer.. :whistle:
Sok sikert hozzá. :)

Oldalak: 1 ... 254 255 [256] 257 258 ... 318
SimplePortal 2.3.7 © 2008-2025, SimplePortal