Ü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 - Mambo

Oldalak: 1 ... 132 133 [134] 135 136 ... 272
1996
Beszélgetés / Találd ki melyik klippbõl van!
« Dátum: 2011. május 11. - 13:26:42 »
\"talaldki.JPG\"

1997
Segítségkérés / Fejfölötti írás fs-be
« Dátum: 2011. május 11. - 12:33:59 »
[pawn]//
// Example use of chat above player\'s head
//
#include <a_samp>
#include \"../include/gl_common.inc\"
#define MESSAGE_COLOR         0xEEEEEEFF
#define ECHO_COLOR              0xEEEEEEFF
#define ACTION_COLOR          0xEE66EEFF
//------------------------------------------------
public OnFilterScriptInit()
{
print(\"\\n--Speech bubble example loaded.\\n\");
return 1;
}
//------------------------------------------------
public OnPlayerText(playerid, text[])
{
 if(strlen(text) > 128) return 0;
 new to_others[MAX_CHATBUBBLE_LENGTH+1];
 new to_me[MAX_CHATBUBBLE_LENGTH+1];
 format(to_others,MAX_CHATBUBBLE_LENGTH,\"Says: %s\",text);
 format(to_me,MAX_CHATBUBBLE_LENGTH,\">> %s\",text);
     SetPlayerChatBubble(playerid,to_others,MESSAGE_COLOR,35.0,10000);
     SendClientMessage(playerid,ECHO_COLOR,to_me);
     
     return 0; // can\'t do normal chat with this loaded
}
//------------------------------------------------
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new Message[256];
new   idx;
new actiontext[MAX_CHATBUBBLE_LENGTH+1];
cmd = strtok(cmdtext, idx);
// Action command
if(strcmp(\"/me\", cmd, true) == 0)
{
    Message = strrest(cmdtext,idx);
    format(actiontext,MAX_CHATBUBBLE_LENGTH,\"* %s\",Message);
          SetPlayerChatBubble(playerid,actiontext,ACTION_COLOR,30.0,10000);
       SendClientMessage(playerid,ACTION_COLOR,actiontext);
   return 1;
}
return 0; // not handled by this script
}
//------------------------------------------------
[/pawn]
hûûû

1998
Beszélgetés / Találd ki melyik klippbõl van!
« Dátum: 2011. május 11. - 11:30:09 »
Nyan Cat

1999
Elsõ csoport / [Round1]Tryp - ZeRo vs. Helios - Lolko
« Dátum: 2011. május 11. - 11:25:28 »
Idézetet írta: Lolko date=1305097747\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"8030\" data-ipsquote-contentclass=\"forums_Topic
cseszhetem ha vele vagyok,mert ha én beadok valamit engem 6x lepipál az amit az ellenfél bead,szóval csoportba vagyunk,de tolja egyedül :D
JAVÁRJ aztmondtam ma újrarakom
 
errõl van szó, magad sem tudod mivan.

2000
Segítségkérés / /kick nem rconosan...
« Dátum: 2011. május 10. - 20:08:38 »
angol fórumon találtam.
[pawn]if(strcmp(cmd, \"/kick\", true) == 0)
{
  if(IsPlayerConnected(playerid))
  {
     tmp = strtok(cmdtext, idx);
      if(!strlen(tmp))
      {
         SendClientMessage(playerid, COLOR_GRAD2, \"USAGE: /kick [playerid/PartOfName] [reason]\");
         return 1;
      }
      giveplayerid = ReturnUser(tmp);
      {
         if(IsPlayerConnected(giveplayerid))
         {
           if(giveplayerid != INVALID_PLAYER_ID)
           {
              GetPlayerNameEx(giveplayerid, giveplayer, sizeof(giveplayer));
               GetPlayerNameEx(playerid, sendername, sizeof(sendername));
               new length = strlen(cmdtext);
               while ((idx < length) && (cmdtext[idx] <= \' \'))
               {
                  idx++;
               }
               new offset = idx;
               new result[64];
               while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
               {
                  result[idx - offset] = cmdtext[idx];
                  idx++;
               }
               result[idx - offset] = EOS;
               if(!strlen(result))
               {
                  SendClientMessage(playerid, COLOR_GRAD2, \"USAGE: /kick [playerid/PartOfName] [reason]\");
                  return 1;
               }
               format(string, sizeof(string), \"AdmCmd: %s was kicked by %s, reason: %s (%d-%d-%d)\", giveplayer, sendername, (result),month,day,year);
               format(string, sizeof(string), \"AdmCmd: %s was kicked by %s, reason: %s.\", giveplayer, sendername, (result),month,day,year);
               SendClientMessageToAll(COLOR_LIGHTRED, string);
               Kick(giveplayerid);
               return 1;
            }
         }
      }
      else
      {
         format(string, sizeof(string), \"  %d is not an active player.\", giveplayerid);
         SendClientMessage(playerid, COLOR_GRAD1, string);
      }
   }
   return 1;
}[/pawn]

2001
Beszélgetés / A Microsoft felvásárolta a Skypot
« Dátum: 2011. május 10. - 20:07:00 »
X[e\" post=136910\" timestamp=\"1305050442]
De nem az, elpofáztam hogy nem eredeti a Windows-om, akár csak a világ 80%-ának, és Mambo meg idézte, hogy Ezt nem kellett volna, eddig éltél barátom.
És azért kérdeztem, hogy most mi lesz? :o
 
[/quote]
bekaksiztál  :problem:

2002
Beszélgetés / Te mikor regisztráltál?
« Dátum: 2011. május 10. - 19:51:42 »
Idézetet írta: Balázs date=1305049543\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"8058\" data-ipsquote-contentclass=\"forums_Topic


Annak mi volt a neve?
 
õ maga se tudja, sztem nem mond igazat  :problem:
 
[/quote]
100%

2003
Beszélgetés / Te mikor regisztráltál?
« Dátum: 2011. május 10. - 19:32:33 »
2009. Október 04. 20:25:51
az ezelõtti
2008. Szeptember 03. 18:12:38

2004
Beszélgetés / A Microsoft felvásárolta a Skypot
« Dátum: 2011. május 10. - 19:26:56 »
X[e\" post=136861\" timestamp=\"1305047924]
Nekem sem, eredeti a Windows 7.. és mégis megy az MSN! :o
 
[/quote]
 

Ezt nem kellett volna, eddig éltél barátom.  :laugh:[/quote]

2005
Beszélgetés / A Microsoft felvásárolta a Skypot
« Dátum: 2011. május 10. - 19:06:36 »
:problem:ezigen

2006
Off Telep / Osama bin Laden halott!
« Dátum: 2011. május 10. - 18:23:00 »
Idézetet írta: Epsilon date=1304945845\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"7890\" data-ipsquote-contentclass=\"forums_Topic
Egyesek szerint Osama Barcelona mezben volt mikor megtalálták.
Innen a feltételezés, hogy nem is halt meg, csak színlelt.
 
:laugh:

2007
Bírók Only / Dumaszínház az elosztásról
« Dátum: 2011. május 10. - 15:07:45 »
Keith, ha nem tudunk dönteni akk átlehet menni.
Sheercold: jólenne ha nem látogatnád naponta....  :angry:

2008
Beszélgetés / Kép rólatok
« Dátum: 2011. május 08. - 21:40:39 »
Idézetet írta: TrYp date=1304883517\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"3407\" data-ipsquote-contentclass=\"forums_Topic
^ez, tiszta jó nyakkendõ
 
tiszta jó az a kosz középen.
like

2009
Beszélgetés / Kép rólatok
« Dátum: 2011. május 08. - 21:35:47 »
Idézetet írta: Stuntzor シ date=1304883048\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"3407\" data-ipsquote-contentclass=\"forums_Topic


\"211896_100000217542230_6432486_n.jpg\"
 
:problem:  :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem: :problem:
 
[/quote]
akkor tõled is, hadd nevessünk rajtad...  :angry:

2010
Elsõ csoport / [Round1]pmarci - vmx vs. Jackob - Diaz
« Dátum: 2011. május 08. - 21:07:55 »
Legjobb infernus stuntod a Grove Street, és környékén.[/quote]
Megfelel a hiszti pisztinek?
Aréna - Binco bolt ill. a híd bal és jobb oldala a határok.

Oldalak: 1 ... 132 133 [134] 135 136 ... 272
SimplePortal 2.3.7 © 2008-2024, SimplePortal