Ü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 ... 73 74 [75] 76 77 ... 126
1111
SA-MP: Szerverfejlesztés / Két játékos közötti távolság
« Dátum: 2012. május 17. - 15:00:40 »
Köszöntem.

1112
Kérdések, Segítség / Börtön
« Dátum: 2012. május 17. - 12:56:48 »
6  lehet, hogy nem :D

1113
Segítségkérés / Mytext parancs
« Dátum: 2012. május 17. - 12:00:09 »
Tessék:
 
#include <  a_samp    >
#include <  zcmd      >
#include <  sscanf2   >
new
 Text3D: szovege[ MAX_PLAYERS ],
 pText[ 50 ],
 Float: fPos[ 3 ];
public OnPlayerConnect( playerid )
{
   SetPVarInt( playerid, \" Text \", 0 );
   return 1;
}
public OnPlayerDisconnect( playerid, reason )
{
   SetPVarInt( playerid, \" Text \", 0 );
   
   if( GetPVarInt( playerid, \" Text \" ) == 1 )
   {
      Delete3DTextLabel( szovege[ playerid ] );
   }
   return 1;
}
CMD:mytext(playerid, params[])
{
        if( GetPVarInt( playerid, \" Text \" ) == 0 )
        {
               
                if( sscanf( params, \"s[ 50 ]\", pText ) ) return SendClientMessage( playerid, 0xFF0000AA, \" Használat: /mytext <Szöveg> \" );
GetPlayerPos( playerid, fPos[ 0 ], fPos[ 1 ], fPos[ 2 ] );
                szovege[playerid] = Create3DTextLabel( pText, 0xFFFFFFFF, fPos[ 0 ], fPos[ 1 ], fPos[ 2 ], 40, GetPlayerVirtualWorld( playerid ), 0 );
                Attach3DTextLabelToPlayer( szovege[ playerid ], playerid, 0.0, 0.0, 0.7 );
                SetPVarInt( playerid, \" Text \", 1 );
        }
        else
{
                if( sscanf( params, \"s[40] \", pText ) ) return SendClientMessage( playerid, 0xFF0000AA, \" Használat: /mytext <Szöveg> \" );
                Update3DTextLabelText( szovege[ playerid ], 0xFFFFFFFF, pText );
           
        }
        return 1;
}
CMD:removetext(playerid, params[])
{
        Delete3DTextLabel( szovege[ playerid ] );
        SendClientMessage( playerid, -1, \"Sikeresen törölve!\" );
        SetPVarInt( playerid, \" Text \", 1 );
        return 1;
}

1114
Segítségkérés / Mytext parancs
« Dátum: 2012. május 17. - 07:04:39 »
ZCMD-t ajánlatos használni, mert egyszerû, gyors... Am ez a kód több sebbõl is vérzik. Majd, ha hazajöttem, megírom...

1115
Segítségkérés / Kocsi lámpa
« Dátum: 2012. május 16. - 18:31:04 »
Esetleg így?

new
veh = GetPlayerVehicleID( playerid ),
        engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx( veh, engine,lights, alarm, doors, bonnet, boot, objective );
SetVehicleParamsEx( veh, engine, true, alarm, doors, bonnet, boot, objective );

1116
Beszélgetés / Bartos Möster
« Dátum: 2012. május 16. - 16:00:16 »
Ez az ember... inkább nem mondok semmit. :D Szintén bírom. :D

1117
#include <a_samp>
#include <zcmd>
#include <dini>
#include <dudb>
#include <ladmin>
#include <sscanf2>
#define COLOR_RED 0xFF0000AA
new
      Text3D: asz,
      neve[ MAX_PLAYER_NAME ],
      stringz[ 128 ];
CMD:aszoli(playerid, params[])
{
    if (IsPlayerLuxAdmin(playerid) >= 1)
    {
                SetPlayerSkin(playerid, 217);
                SetPlayerHealth(playerid, 10000);
                asz = Create3DTextLabel(\"Admin Szolgálatban\", COLOR_RED, 0.0, 0.0, 2.0, 40, 0, 0);
                Attach3DTextLabelToPlayer(asz, playerid, 0.0, 0.0, 0.4);
                GetPlayerName(playerid, neve, sizeof(neve));
                SendClientMessageToAll(COLOR_RED, \"-------------------------------------------------------------\");
                format(stringz, sizeof(stringz),      \"Admin %s szolgálatba lépett!\", neve);
                SendClientMessageToAll(COLOR_RED,stringz);
                SendClientMessageToAll(COLOR_RED, \"-------------------------------------------------------------\");
    }
    return 1;
}

  Coldridge az nagyon nemjó. Nincs olyan, hogy CMD adminszolgalat változó. :D Ha van warning, nagyon sok esetben akkor sem mûködik... Attól függ, mi a warning....

1118
Segítségkérés / Dadmin bugok a parancsoknál
« Dátum: 2012. május 15. - 19:51:03 »
Megnéztem a scriptet, és ott  a plugin van beágyazva, az include nem.
#include < sscanf2 >

  \'#include <sscanf>\' helyett!

1119
Szkript kérések / /kokain
« Dátum: 2012. május 15. - 19:29:16 »
Idézetet írta: Vanduska date=1337100022\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21492\" data-ipsquote-contentclass=\"forums_Topic
megoldhato lenne még ebben hogy ha sziv akkor adjon egy kis hp t neki meg ezt az animot rakja be mint ha belenne szivva
ApplyAnimation(playerid, \"GANGS\", \"drnkbr_prtl_F\", 4.000000, 0, 1, 1, 1, -1); köszönöm elöre is
 
Tessék, de javaslom a PVar használatát, ebben az esetben, ha akarod, hogy megírjam abban a formában, akkor szólj:
 

#include <  a_samp  >
#include <  zcmd    >
#include <  sscanf2 >
 
new   // Globális változók
  kokain[ 16 ],
  kiszorva[ MAX_PLAYERS ],
  kartya[ MAX_PLAYERS ],
  felszivva[ MAX_PLAYERS ];
public OnPlayerConnect(playerid)
{
        kiszorva[playerid] = 0;
        kartya[playerid] = 0;
        return true;
}
public OnPlayerDisconnect(playerid, reason)
{
        kiszorva[playerid] = 0;
        kartya[playerid] = 0;
        return true;
}
CMD:kokain(playerid, params[])
{
        if(sscanf(params, \"s[16]\", kokain)) return SendClientMessage(playerid, 0xFF0000AA, \"Használat: /kokain [kártya/kiszór/felszív]\");
        if(!strcmp(kokain, \"kártya\", true) || !strcmp(kokain, \"kartya\", true))
        {
                if(kartya[playerid] == 0)
                {
                        SendClientMessage(playerid, 0xFF0000AA, \"Elõvetted a kártyát!\");
                        kartya[playerid] = 1;
                }
                else
                {
                        SendClientMessage(playerid, 0xFF0000AA, \"Már elõvettél egy kártyát!\");
                }
        }
        else if(!strcmp(kokain, \"kiszór\", true) || !strcmp(kokain, \"kiszor\", true))
        {
                if(kartya[playerid] == 1)
                {
                        SendClientMessage(playerid, 0xFF0000AA, \"Kiszórtad a kártyára a kokaint!\");
                        kiszorva[playerid] = 1;
                        kartya[playerid] = 0;
                }
                else
                {
                        SendClientMessage(playerid, 0xFF0000AA, \"Nincs elõvéve kártya!\");
                }
        }
        else if(!strcmp(kokain, \"felszív\", true) || !strcmp(kokain, \"felsziv\", true))
        {
                if(kiszorva[playerid] == 0)
                {
                        SendClientMessage(playerid, 0xFF0000AA, \"Felszívtad a kokaint!\");
                        felszivva[playerid] = 1;
                        kiszorva[playerid] = 0;
                        kartya[playerid] = 0;
                       
                        SetPlayerHealth( playerid, 50 ); // Kis életerõt adunk neki
                        ApplyAnimation( playerid, \" GANGS \", \" drnkbr_prtl_F \", 4.000000, 0, 1, 1, 1, -1 ); // Animáció
                }
                else
                {
                        SendClientMessage(playerid, 0xFF0000AA, \"Nem szórtad ki a kokaint a kártyára!\");
                }
        }
        return true;
}

1120
Segítségkérés / Öléskor a "score" 1-el nöljön...
« Dátum: 2012. május 15. - 19:15:40 »
public OnPlayerDeath( playerid, killerid, reason )
{
     if( killerid != INVALID_PLAYER_ID ) //Ha a gyilkos nem érvénytelen ID
     {
          SetPlayerScore( killerid, GetPlayerScore( killerid ) +1 );
     }
     SetPlayerScore( playerid, GetPlayerScore( playerid ) -1 );
     return 1;
}

1121
Archívum / [HuN]..::||<The Big World Stunt Szerver v1.x>||::..
« Dátum: 2012. május 15. - 07:28:43 »
A szerver ismét elérhetõ, elnézést a leállásért! Az újjítások egy kicsit eltolódnak, de lesznek. ;) Jó Játékot!
E.:
Egy kis újjítás /ghost parancs, Freeway motoron lehet használni, és lángcsóvákat teszt a motorra stb..., meg ballon, indítása /goballon, MySql-es Reg Rendszer ( R7 Pluginra áttáve )
A szerver átállt 0.3e-re! :)

1122
Segítségkérés / Nem értem.... Admin szoli gondok
« Dátum: 2012. május 14. - 16:07:25 »
Az IsPlayerAdmin( ... ) függvény nem zavar ott semmit...
 
#include <a_samp>
#include <zcmd>
#define COLOR_RED 0xff0000AA
new
       Text3D: asz,
       string[ 128 ],
       neve[ MAX_PLAYER_NAME ];
CMD:adminbelep( playerid, params[] )
{
       if ( IsPlayerAdmin( playerid ) )
       {
                SetPlayerSkin( playerid, 217 );
                asz = Create3DTextLabel( \" Admin Szolgálatban \",  COLOR_RED , 0.0, 0.0, 2.0, 40, 0, 0 );
                Attach3DTextLabelToPlayer( asz, playerid, 0.0, 0.0, 0.4 );
                GetPlayerName( playerid, neve, sizeof( neve ) );
                SendClientMessageToAll( COLOR_RED, \"-------------------------------\" );
                format( string, sizeof( string ),  \"Admin %s szolgálatba lépett!\", neve );
                SendClientMessageToAll( COLOR_RED,string );
                SendClientMessageToAll( COLOR_RED, \"-------------------------------\" );
       }
       return 1;
}

1123
Segítségkérés / MSVCR100.dll
« Dátum: 2012. május 13. - 21:32:53 »
Ezt letöltöd : http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100
Kicsomagolod, és a .dll-t berakod a szervered mappájába!

1124
Segítségkérés / /chatcolor parancs
« Dátum: 2012. május 13. - 18:56:28 »
Idézetet írta: FastFurious date=1336927983\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21424\" data-ipsquote-contentclass=\"forums_Topic
       
SendClientMessage( playerid, COLOR_RED, \"Ne hirdess te fogyatékos buzi gyerek!\" );
   

 
itt még nincs benne
 
  Ez befigyel. :D

1125
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2012. május 13. - 18:15:59 »

Oldalak: 1 ... 73 74 [75] 76 77 ... 126
SimplePortal 2.3.7 © 2008-2024, SimplePortal