Ü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 - Gabor..

Oldalak: 1 ... 37 38 [39] 40 41 ... 126
571
Beszélgetés / Mit fogsz kapni karácsonyra??
« Dátum: 2012. október 30. - 19:54:56 »
Idézetet írta: timbaland10 date=1351623117\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"29269\" data-ipsquote-contentclass=\"forums_Topic
én ezt:
http://www.gameshop.hu/xbox360/xbox-360-4gb-slim-/2338
hozzá már megvannak a játékok eredetibe mint pl: Battlefield 3, Call Of Duty Modern Warfare 1-3 ig, FIFA 13, Cod Black Ops, GTA IV, és ha kijönnek ezek is : GTA V, COd Black ops 2 ezeket is megrendelem hozzá.
de karácsonyra csak ezt kérem az xbox360-t
 
45.900FT? Csak? :O Azta....Nem semmi.
Amúgy én még nem tudom. :D

572

stock yesorno( iNumber1, iNumber2 )
{
if( iNumber1 % iNumber2 )
{
   return true;
}
return false;
}

573
Segítségkérés / automata állapot jelzõ..
« Dátum: 2012. október 29. - 14:28:15 »
state CashboxState: Off;

 
A változókat meg tedd a main eljárás elé.

574
Segítségkérés / Szkriptileg hibátlan, mégse fut le a timer..
« Dátum: 2012. október 26. - 19:24:34 »
SetTimerEx() függvény kell.
Tehát:
 
SetTimerEx( \"bankrob1\", 90000, false, \"i\", playerid );

 
90 MP kell, mivel addig akarod fagyasztani.

575
Segítségkérés / Nem zárja le a scriptet
« Dátum: 2012. október 22. - 09:40:30 »

#include <a_samp>
#include <fixchars>
#define COLOR_NICERED 0xFF0000FF
#define COLOR_PD 0x1732E8FF
#define COLOR_LIGHTGREEN 0x9ACD32AA
#define COLOR_ORANGE 0xFF8000FF
public OnPlayerCommandText(playerid, cmdtext[])
{
        if (strcmp(\"/jointerro\", cmdtext, true, 10) == 0)
        {
        if(GetPlayerScore(playerid) >= 150)
        {
            SetPlayerPos(playerid, -1132,1061,1344.88);
            SetPlayerInterior(playerid, 10);
            SetPlayerSkin(playerid, 122);
            SetPlayerHealth(playerid, 100);
            GivePlayerWeapon(playerid, 34, 100);
            GivePlayerWeapon(playerid, 4, 1);
            GivePlayerWeapon(playerid, 16, 1);
            GivePlayerWeapon(playerid, 28, 999);
            GivePlayerWeapon(playerid, 30, 999);
            GivePlayerWeapon(playerid, 24, 999);
            SendClientMessage(playerid, COLOR_NICERED, \"Csatlakoztál a terroristághoz.\");
            SendClientMessage(playerid, COLOR_NICERED, \"FIGYELEM!RENDÕRNEK KELL LENNED,VAGY NEM KAPSZ FEGYVERT!!!.\");
            SendClientMessageToAll(COLOR_LIGHTGREEN, \"Valaki csatlakozott a terroristákhoz! /joinct vagy /jointerro hogy csatlakozz te is.\");
            GameTextForPlayer(playerid, \"~r~Öld meg az összes CT-t!~n~ ~w~ by ~r~Jó ~w~ Játékot\", 4000, 5);
            return 1;
        }
    }
        if (strcmp(\"/joinct\", cmdtext, true, 10) == 0)
        {
                if(GetPlayerScore(playerid) >= 150)
                {
            SetPlayerPos(playerid, -973.6,1066.0999,1344);
            SetPlayerInterior(playerid, 10);
            SetPlayerSkin(playerid, 285);
                    SetPlayerHealth(playerid, 100);
            GivePlayerWeapon(playerid, 34, 100);
            GivePlayerWeapon(playerid, 4, 1);
            GivePlayerWeapon(playerid, 16, 1);
            GivePlayerWeapon(playerid, 29, 999);
            GivePlayerWeapon(playerid, 31, 999);
            GivePlayerWeapon(playerid, 23, 999);
            SendClientMessage(playerid, COLOR_PD, \"Csatlakoztál a Counter terroristákhoz!\");
            SendClientMessage(playerid, COLOR_NICERED, \"FIGYELEM!RENDÕRNEK KELL LENNED,VAGY NEM KAPSZ FEGYVERT!!!.\");
            SendClientMessageToAll(COLOR_LIGHTGREEN, \"Valaki csatlakozott a Counter Terroristákhoz! /joinct vagy /jointerro hogy csatlakozz te is.\");
            GameTextForPlayer(playerid, \"~r~Öld meg az összes Terroristát! ~w~ by ~r~Jó ~w~ Játékot\", 4000, 5);
            return 1;
        }
        }
        if (strcmp(\"/leavedm\", cmdtext, true, 10) == 0)
        {
                SendClientMessage(playerid, COLOR_LIGHTGREEN, \"Elhagytad a DM zónát.Köszönjük hogy játszottál!\");
                SendClientMessageToAll(COLOR_LIGHTGREEN, \"Valaki elhagyta a DM zónát!/joinct vagy /jointerro hogy csatlakozz\");
                SpawnPlayer(playerid);
                ResetPlayerWeapons(playerid);
                return 1;
        }
        if (strcmp(\"/ddmhelp\", cmdtext, true, 10) == 0)
        {
                SendClientMessage(playerid, COLOR_NICERED, \"**~**Info DM**~**      Counter Strike Minigame\");
                SendClientMessage(playerid, COLOR_ORANGE, \"**~**Info DM**~**   /joinct     -> Counter-Terrorist  **~**Info DM**~**\");
                SendClientMessage(playerid, COLOR_ORANGE, \"**~**Info DM**~**   /jointerro  -> Terrorist **~**Info DM**~**\");
                SendClientMessage(playerid, COLOR_NICERED, \"FIGYELEM!RENDÕRNEK KELL LENNED,VAGY NEM KAPSZ FEGYVERT!!!.\");
                return 1;
        }
        return 0;
}

576
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2012. október 19. - 15:38:19 »

577
Beszélgetés / Öt év alatt kiirthatja az emberiséget az új vírus
« Dátum: 2012. október 17. - 20:31:02 »
Egy kis mozdulatba, vagy bakiba kerül az \"nagy\" amerikai tudósoknak, és kiengedik a vírusokat, amikkel kísérleteznek, vagy épp fejlesztenek stb...

578
Beszélgetés / [REC] 1 2 3
« Dátum: 2012. október 16. - 20:11:00 »
Idézetet írta: Mike. date=1350407795\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28608\" data-ipsquote-contentclass=\"forums_Topic
Nem jelent még meg a harmadik rész magyar szinkronban!
 
Tényleg? :( Biztos nincs sehol szinkronos?

579
Segítségkérés / Team chat
« Dátum: 2012. október 16. - 20:01:41 »
De meglehet...
 

#include  <    a_samp     >
new
szFormat[ 144 + 1 ],
szName[ MAX_PLAYER_NAME + 1 ];
public OnPlayerText( playerid, text[] )
{
 if( text[ 0 ] == \'!\' )
 {
if( GetPVarInt( playerid, \"Team\" ) == 1 )
{
                        GetPlayerName( playerid, szName, MAX_PLAYER_NAME );
             
    format( szFormat, sizeof( szFormat ), \"[Valami1 Banda Chat]: %s(%d): %s\", szName, playerid, text[ 1 ] );
    for( new iPlayer = 0; iPlayer < GetMaxPlayers( ); iPlayer++ )
    {
       if( IsPlayerConnected( iPlayer ) )
       {
                                 if( GetPVarInt( iPlayer, \"Team\" ) == 1 )
          {
                                    SendClientMessage( iPlayer, -1, szFormat );
                                 }
                                 }
    }
    return 0;
}
if( GetPVarInt( playerid, \"Team\" ) == 2 )
{
                        GetPlayerName( playerid, szName, MAX_PLAYER_NAME );
             
    format( szFormat, sizeof( szFormat ), \"[Valami2 Banda Chat]: %s(%d): %s\", szName, playerid, text[ 1 ] );
    for( new iPlayer = 0; iPlayer < GetMaxPlayers( ); iPlayer++ )
    {
       if( IsPlayerConnected( iPlayer ) )
       {
          if( GetPVarInt( iPlayer, \"Team\" ) == 2 )
          {
                                   SendClientMessage( iPlayer, -1, szFormat );
                                 }
                                 }
    }
    return 0;
}
 }
 return 0;
}

A változókat majd írd át a sajátodra.

580
Beszélgetés / [REC] 1 2 3
« Dátum: 2012. október 16. - 17:34:48 »
Idézetet írta: nagynorbi date=1350329568\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28608\" data-ipsquote-contentclass=\"forums_Topic
Nekem tetszett mind a három. A harmadiknál kiválasztottam egy kedvenc karaktert, 2 percre rá átharapták a torkát :3
 
Ugyan ez volt nálam is, csak más filmnél. :D Amúgy nekem tetszett az elsõ 2 rész, most akarom megnézni a 3.-at
A harmadik részt tudnátok linkelni nekem onlineba, ami magyar szinkronost? Ha más nincs, akkor egy gyorsan letölthetõt. :D

581
Segítségkérés / 1 parancs csak 1 helyen!
« Dátum: 2012. október 14. - 15:24:31 »
Idézetet írta: ZyZu date=1350220189\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28601\" data-ipsquote-contentclass=\"forums_Topic


if(!strcmp(\"/teleportneve\",cmdtext))
{
    if(IsPlayerInRangeOfPoint(playerid, 7.0, IDE AZ A KORDINÁTA KELL AHOL HASZNÁLJA A PARANCSOT)) return  SendClientMessage(playerid,0xFFFFFFFF,\"Nem vagy az adott helyen!\");
    {
        SetPlayerPos(playerid, IDE AHOVA TELEPORTÁLJA A JÁTÉKOST);
    }
    return 1;
}

 

Ez rossz. :D
 

CMD:valami( playerid )
{
   if( IsPlayerInRangeOfPoint( playerid, 3.0, 0.0, 0.1, 0.2 ) )
   {
   SetPlayerPos( playerid, 0.0, 0.0, 0.0 );
   }
   else SendClientMessage( playerid, 0xFF0000AA, \"HIBA: Nem vagy a megadott pont közelében.\" );
   return 1;
}

A kordinátát majd írd át.

582
Beszélgetés / Hány órát töltöttél el a fórumon?
« Dátum: 2012. október 14. - 10:07:56 »
941.

583
Segítségkérés / Error
« Dátum: 2012. október 14. - 09:24:22 »
Ne dini_Get-et alkalmazd, hanem a dini_Int-et. Ahol beállítod az értéket, ott meg dini_InSet.

584
Segítségkérés / Pénz - ba
« Dátum: 2012. október 13. - 17:11:30 »

#include <   a_samp   >
public OnFilterScriptInit( )
{
    SetTimer( \"CheckCash\", 1000, true );
    return 1;
}
 
forward CheckCash( );
public CheckCash( )
{
     for( new iPlayer; iPlayer < GetMaxPlayers( ); iPlayer++ )
     {
    if( IsPlayerConnected( iPlayer ) )
    {
                 if( GetPlayerMoney( iPlayer ) < 0 )
                 {
                        ResetPlayerMoney( iPlayer );
                 }
    }   
     }
     return 1;
}

585
Segítségkérés / Bool mentése
« Dátum: 2012. október 13. - 17:06:06 »
Idézetet írta: Bendor date=1350140452\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28552\" data-ipsquote-contentclass=\"forums_Topic
És ez hogy menti?
ASD:true/false ?
 
ASD=1/0
(1 - True, 0 - False )

Oldalak: 1 ... 37 38 [39] 40 41 ... 126
SimplePortal 2.3.7 © 2008-2024, SimplePortal