menü

Ü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 megjelenítése menü

Témák - Cappsy

#101
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=172.0\" rel=\"external nofollow\">Készülõ munkák.
//http://sampforum.hu/index.php?topic=51197.0
#102
Jelentés elintézve írta \'cappsy\'
#103
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=107.0\" rel=\"external nofollow\">Segítség.
//http://sampforum.hu/index.php?topic=51151.0
#105
Játékok / Goat Simulator ~ Avagy, egy kecske élete.
2014. február 11. - 23:42:59
Csõtök!
Nem rég láttam én is, és nem bírtam ki meg ne osszam eme csodás (õõõ) valaminek a számomra gyakorolt hatását..
 


Igen igen, ez egy kecske szimulátor, igen, igen, tudom...
#106
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=330.0\" rel=\"external nofollow\">Hivatalos fórumról áthozott szkriptek.
//http://sampforum.hu/index.php?topic=50606.0
#107
[mod]Készítõ? Honnan van a script? Angol fórum? Valami formalitása legyen már...[/mod]
#108
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=13.0\" rel=\"external nofollow\">Szkriptek és Pályák.
//http://sampforum.hu/index.php?topic=50606.0
#109
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=330.0\" rel=\"external nofollow\">Hivatalos fórumról áthozott szkriptek.
//http://sampforum.hu/index.php?topic=50606.0
#110
Készülõ munkák / ÁTHELYEZVE: SA-MP oldal
2014. január 27. - 17:05:28
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=145.0\" rel=\"external nofollow\">Kérdések, Segítség.
//http://sampforum.hu/index.php?topic=50622.0
#111
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=22.0\" rel=\"external nofollow\">Szkript kérések.
//http://sampforum.hu/index.php?topic=50546.0
#112
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=330.0\" rel=\"external nofollow\">Hivatalos fórumról áthozott szkriptek.
//http://sampforum.hu/index.php?topic=50341.0
#113
Na megoldva? :)
#114
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=330.0\" rel=\"external nofollow\">Hivatalos fórumról áthozott szkriptek.
//http://sampforum.hu/index.php?topic=50130.0
#115
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=330.0\" rel=\"external nofollow\">Hivatalos fórumról áthozott szkriptek.
//http://sampforum.hu/index.php?topic=50109.0
#116
Hogy a .... Tesóm cseszegetett és rányomott az enterre az áthelyezéskor kérlek valaki törölje már innen -.-
#117
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=253.0\" rel=\"external nofollow\">Moderátorok.
//http://sampforum.hu/index.php?topic=49976.0
#118
[mod]Lefordítottam![/mod]
Kellemes ünnepeket neked is! Jó, hogy áthoztad ;)
 
// Keep Credits. Even though some of you will delete it and claim it as your own. ;)
#include
#include
// Colours
#define RED    0xE60000FF
// TextDraw Variables
new Text:CMDText;
new Text:CMDText2;
// Variable that allows you to open a another TextDraw when you type a number in.
new OnCommandList[MAX_PLAYERS];
public OnGameModeInit()
{
// Textdraws
CMDText2=TextDrawCreate(130.000000, 120.000000, \"Karácsonyi Zenék\");
TextDrawAlignment(CMDText2, 2);
TextDrawBoxColor(CMDText2, 0x000000FF);
TextDrawColor(CMDText2, RED);
TextDrawFont(CMDText2, 3);
TextDrawTextSize(CMDText2, 20.000000, 210.000000);
TextDrawUseBox(CMDText2, 1);
CMDText=TextDrawCreate(25.000000, 135.000000, \"Zenék:~N~~N~     ~G~1. ~Y~Happy Xmas War is Over~N~     ~G~2. ~Y~Mistletoe and Wine~N~     ~G~3. ~Y~Christmas Lights~N~     ~G~4. ~Y~Do They Know It\'s Christmas?~N~     ~G~5. ~Y~Merry Christmas Everybody\");
TextDrawAlignment(CMDText, 1);
TextDrawBoxColor(CMDText, 0x00000055);
TextDrawFont(CMDText, 1);
TextDrawLetterSize(CMDText, 0.250000, 0.900000);
TextDrawSetShadow(CMDText, 0);
TextDrawSetOutline(CMDText, 1);
TextDrawTextSize(CMDText, 235.000000, 20.000000);
TextDrawUseBox(CMDText, 1);
return 1;
}
public OnGameModeExit()
{
TextDrawDestroy(CMDText);
TextDrawDestroy(CMDText2);
return 1;
}
 
public OnPlayerText(playerid, text[])
{
if(OnCommandList[playerid] == 1)
{
    if(strval(text) == 1)
    {
    OnCommandList[playerid]=0;
          PlayAudioStreamForPlayer(playerid, \"http://k007.kiwi6.com/hotlink/whhuprdkgu/Happy_Xmas_War_Is_Over\");
           GameTextForPlayer(playerid,\"~R~Te épp ezt hallgatod: ~W~Happy xmas War is Over\", 5000, 5);
       TextDrawHideForPlayer(playerid,CMDText);
          TextDrawHideForPlayer(playerid,CMDText2);
   return 0;
}
    if(strval(text) == 2)
    {
    OnCommandList[playerid]=0;
          PlayAudioStreamForPlayer(playerid, \"http://k007.kiwi6.com/hotlink/gdypehmsr0/Mistletoe_and_Wine\");
           GameTextForPlayer(playerid,\"~R~Te épp ezt hallgatod: ~W~Mistleto and Wine\", 5000, 5);
      TextDrawHideForPlayer(playerid,CMDText);
          TextDrawHideForPlayer(playerid,CMDText2);
   return 0;
    }
    if(strval(text) == 3)
    {
    OnCommandList[playerid]=0;
          PlayAudioStreamForPlayer(playerid, \"http://k007.kiwi6.com/hotlink/qeq3sahznx/Christmas_Lights\");
           GameTextForPlayer(playerid,\"~R~Te épp ezt hallgatod: ~W~Christmas Lights\", 5000, 5);
      TextDrawHideForPlayer(playerid,CMDText);
          TextDrawHideForPlayer(playerid,CMDText2);
   return 0;
}
    if(strval(text) == 4)
    {
    OnCommandList[playerid]=0;
          PlayAudioStreamForPlayer(playerid, \"http://k007.kiwi6.com/hotlink/qmg0lvxq8d/Do_They_Know_It_s_Christmas\");
           GameTextForPlayer(playerid,\"~R~Te épp ezt hallgatod: ~W~Do they know it\'s Christmas?\", 5000, 5);
      TextDrawHideForPlayer(playerid,CMDText);
          TextDrawHideForPlayer(playerid,CMDText2);
   return 0;
}
    if(strval(text) == 5)
    {
    OnCommandList[playerid]=0;
          PlayAudioStreamForPlayer(playerid, \"http://k007.kiwi6.com/hotlink/n9kwclglx5/Merry_Christmas_Everybody\");
           GameTextForPlayer(playerid,\"~R~Te épp ezt hallgatod: ~W~Merry Christmas Everybody\", 5000, 5);
          TextDrawHideForPlayer(playerid,CMDText);
          TextDrawHideForPlayer(playerid,CMDText2);
   return 0;
}
}
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
   if((strcmp(\"/xmassong\", cmdtext, true) == 0) || (strcmp(\"/xs\", cmdtext, true) == 0))
{
       OnCommandList[playerid]=1;
TextDrawHideForPlayer(playerid,CMDText);
TextDrawHideForPlayer(playerid,CMDText2);
TextDrawShowForPlayer(playerid,CMDText);
TextDrawShowForPlayer(playerid,CMDText2);
return 1;
}
   if((strcmp(\"/stopsong\", cmdtext, true) == 0) || (strcmp(\"/ss\", cmdtext, true) == 0))
{
    StopAudioStreamForPlayer(playerid); // Stop the audio stream
return 1;
}
return 0;
}
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
   if(newkeys == KEY_FIRE)
{
TextDrawHideForPlayer(playerid,CMDText);
    TextDrawHideForPlayer(playerid,CMDText2);
}
return 1;
}
#119
http://s1.jatekdiktator.eu/templates/default/images/logo.png\" alt=\"logo.png\" />
 
Sziasztok!
Mint a névbõl is látszik a Játék Diktátor Hosting configos felvételt tart!
A felvétel addig tart amíg meg nem találjuk a számunkra kellõ munkaerõt. Így ajánlatos minél hamarabb jelentkezni, le ne maradj róla!
Mit kell tudni a jelentkezésrõl?
A jelentkezéseket én fogom ellenõrizni. Minimumi életkor 15. Fizetést a configolásért nem kapsz.
Milyen játékokra keresünk configost?
Igaziból nincs megszabva! Nyugodtan írhatsz nekünk akkor is ha egy olyan játékot configolsz amit mi nem hostolunk! Ki tudja lehet a késõbbiekben(vagy akár most) szükségünk lesz rád.
Mit tartalmazzon a jelentkezésed?
Díjazom az egyediséget! Egy önéletrajzot kérek tõled amit te ízlésed szerint készítesz el! Viszont van 1-2 dolog ami \"+\"-pont, ha a jelentkezésedbe szerepel. Viszont kötelezõ: név,életkor leírása, valamint kötelezõ, hogy leírd mit configolsz...
 
  • Ha a jelentkezésedbe szerepel rólad egy fotó

  • Ha ellinkeled a facebook profilod

  • Ha leírod eddigi tanulmányaid

  • Ha rendelkezel referenciával


Hova küld a jelentkezésed?
[email protected]
Mit tegyél utána?
Jelölj be engem skypon (címem: bauerbence), fontos a \"partnerkérési üzenet\"-be ez álljon: \"Configosnak jelentkeztem\".
Üdvözlettel:
Bauer Bence || Vezetõ Configos
#120
A téma át lett helyezve a következõbe: http://sampforum.hu/index.php?board=330.0\" rel=\"external nofollow\">Hivatalos fórumról áthozott szkriptek.
//http://sampforum.hu/index.php?topic=49699.0