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

Oldalak: 1 ... 80 81 [82] 83 84 ... 108
1216
Szkript kérések / Mozgó kapu amikor odamegyek kinyilik!
« Dátum: 2012. április 02. - 13:37:31 »
kosz ment a +

1217
Szkript kérések / Mozgó kapu amikor odamegyek kinyilik!
« Dátum: 2012. április 01. - 12:20:47 »
Sziasztok! Szeretnék egy olyan scripte kérni hogy van egy kapu és ha a kocsival(emberrel) közeledek akkor kinyilik

1218
Beszélgetés / Fejeld le a billentyût lássuk:
« Dátum: 2012. április 01. - 10:41:57 »
1.klhjyu
2.uiuy7hjuyhjn
3.io

1219
Beszélgetés / Szólánc
« Dátum: 2012. március 30. - 19:23:04 »
yakuza

1220
Beszélgetés / Hány PM-ed van? vol.2
« Dátum: 2012. március 30. - 18:32:19 »
Üzenetek: [Összes: 54 / 0 Olvasatlan]

1221
SA-MP: Szerverfejlesztés / Drog Rendszer
« Dátum: 2012. március 30. - 13:49:51 »
jo lett a script

1222
valami error ok valaki atirja?   de ORARA BANoljon

1223
[pawn]if(strcmp(cmd, \"/tempban\", true) == 0)
{
   new name[MAX_PLAYER_NAME];
   new giveplayer[MAX_PLAYER_NAME];
   new giveplayerid;
   if(AccInfo[playerid][Level] >= 4)
   {
      tmp = strtok(cmdtext,idx);
      if(!strlen(tmp))
      {
              SendClientMessage(playerid, red, \"Használat: /tempban [Játékos ID] [Nap(s)] [indok]\");
         SendClientMessage(playerid, orange, \"Funkció: Evvel a Megadott Játékost Napra Pontosan ki bannolhatod\");
         return 1;
      }
      giveplayerid = ReturnUser(tmp);
      if(IsPlayerConnected(giveplayerid))
      {
          tmp = strtok(cmdtext, idx);
          if (!strlen(tmp))
          {
         SendClientMessage(playerid, red, \"Használat: /tempban [Játékos ID] [Nap(s)] [indok]\");
         SendClientMessage(playerid, orange, \"Funkció: Evvel a Megadott Játékost Napra Pontosan ki bannolhatod\");
         return 1;
         }
         new days = strval(tmp);
         if(!IsNumeric(tmp))
         return SendClientMessage(playerid, lightred, \"Hiba: Érvénytelen Nap! Csak Számok!\");
         if(strval(tmp) <= 0 || strval(tmp) > 1000)
         return SendClientMessage(playerid, lightred, \"Hiba: Érvénytelen Nap! (1-1000)\");
         new reason[128];
         reason = strtok2(cmdtext,idx);
         if (!strlen(reason))
         return SendClientMessage(playerid, lightred, \"Hiba: Ok Nincs Megadva!\");
         if (strlen(reason) <= 0 || strlen(reason) > 100)
         return SendClientMessage(playerid, lightred, \"Hiba: Érvénytelen Az Ok Hossza!\");
         new ip[15];
         GetPlayerIp(giveplayerid,ip,15);
         GetPlayerName(playerid, name, sizeof name);
         GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
         new File:tempban = fopen(\"LuxAdmin/Config/TempBans.ban\", io_append);
         if (tempban)
         {
             new year,month,day;
             getdate(year, month, day);
             day += days;
             if (IsMonth31(month))
             {
                 if (day > 31)
                 {
                     month += 1;
                     if (month > 12)
                     {
                         year += 1;
                         while(day > 31) day -= 31;
                     }
                     else while(day > 31) day -= 31;
                 }
             }
             else if (!IsMonth31(month))
             {
                 if (day > 30)
                 {
                     month += 1;
                     if (month > 12)
                     {
                         year += 1;
                         while(day > 30) day -= 30;
                     }
                     else while(day > 30) day -= 30;
                 }
             }
             else if (!IsMonth31(month) && IsMonth29(year) && month == 2)
             {
                 if (day > 29)
                 {
                     month += 1;
                     if (month > 12)
                     {
                         year += 1;
                         while(day > 29) day -= 29;
                     }
                     else while(day > 29) day -= 29;
                 }
             }
             else if (!IsMonth31(month) && !IsMonth29(year) && month == 2)
             {
                 if (day > 28)
                 {
                     month += 1;
                     if (month > 12)
                     {
                         year += 1;
                         while(day > 28) day -= 28;
                     }
                     else while(day > 28) day -= 28;
                 }
             }
             format(string, sizeof string, \"%d|%d|%d|%s\\n\", day, month, year, ip);
             fwrite(tempban, string);
             fclose(tempban);
         }
         format(string,128,\"|- Adminisztrátor {057CEA}%s Bannolta %s És {CDF917}%d Nap(s) | {33FF33}Indok: %s -|\",name,giveplayer,days,reason);
         SendClientMessageToAll(lightred,string);
         Kick(giveplayerid);
             format(string, sizeof string, \"Admin {057CEA}%s Bannolta %s És {CDF917}%d Nap(s) | {33FF33}Indok: %s\",name,giveplayer,days,reason);
          SaveIn(\"TempBansLog\",string);
      }
      else
      {
      ErrorMessages(playerid, 2);
      }
   }
   else return ErrorMessages(playerid, 1);
   return true;
}[/pawn]

1224
Szkript kérések / A kapu ne parancsal nyiljon hanem NUM 6 al lehetséges?
« Dátum: 2012. március 29. - 15:36:37 »
valaki azt a scriptet megirja hogy a kapu ne ugy nyiljon hogy /nyit   hanem odamegyek a kapuhoz es megnyomom a NUM6 ot es kinyilik es ugyanaval zarodik is !

1225
Beszélgetés / Számoljunk el 10.000-ig!
« Dátum: 2012. március 28. - 16:36:01 »
402

1226
Beszélgetés / Számoljunk el 10.000-ig!
« Dátum: 2012. március 27. - 21:43:52 »
399

1227
Segítségkérés / Hogy tudom azt megoldani hogy ha belepek tobb zene menjen
« Dátum: 2012. március 27. - 14:47:19 »
ugy ertem hogy ha belepek akkor inna endless megy, kilepek es ujra belepek akkor mar danza kuduro menjen
[mod]Ne írj ilyen nagy betûkkel![/mod]

1228
valaki segit hogy meik rész masoljam be?

1229
Segítségkérés / Nem kelll biztonsagi kérdés (luxadmin-t hasznalok)
« Dátum: 2012. március 27. - 07:18:39 »
valaki mondja meg meik sort masoljam be hogy a biztonsagi kerdest vegyem ki

1230
SA-MP: Szerverfejlesztés / Rablás
« Dátum: 2012. március 26. - 19:57:42 »
jo lett GABI nkm teccik koszi ment a +

Oldalak: 1 ... 80 81 [82] 83 84 ... 108
SimplePortal 2.3.7 © 2008-2024, SimplePortal