Ü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 - N@rbirock

Oldalak: 1 ... 30 31 [32] 33 34 ... 133
466
Szkript kérések / Idõ
« Dátum: 2012. július 10. - 21:06:27 »
gl_realtime ott van ahol a gtas óra.

467
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2012. július 10. - 17:16:45 »
       format(coordsstring, sizeof(coordsstring), \"%d|%d|%s|%d|%d|%d|%d|%d|%d|%d|%d|%f|%f|%f|%f|%f|%f|%f|%f|%d|%d|%d|%d|%s\\r\\n\",
        hInfo[idx][Nev],\\
        hInfo[idx][Ar],\\
        hInfo[idx][Tulaj],\\
        hInfo[idx][szint],\\
        hInfo[idx][Allapot],\\
hInfo[idx][berelheto],\\
hInfo[idx][ber],\\
hInfo[idx][Fegyver1],\\
hInfo[idx][Fegyver2],\\
hInfo[idx][Fegyver3],\\
hInfo[idx][Penz],\\
hInfo[idx][beX],\\
hInfo[idx][beY],\\
hInfo[idx][beZ],\\
hInfo[idx][beA],\\
hInfo[idx][intiX],\\
hInfo[idx][intiY],\\
hInfo[idx][intiZ],\\
hInfo[idx][intiA],\\
hInfo[idx][inti],\\
hInfo[idx][WW],\\
hInfo[idx][iInti],\\
hInfo[idx][iWW],\\
mylabel);

 
Ugyanaz a hiba.

Dupla hozzászólás automatikusan összefûzve. ( 2012. július 12. - 16:38:18 )

Pls segítsetek.

468
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2012. július 10. - 16:50:03 »
       format(coordsstring, sizeof(coordsstring), \"%d|%d|%s|%d|%d|%d|%d|%d|%d|%d|%d|%f|%f|%f|%f|%f|%f|%f|%f|%d|%d|%d|%d|%s\\r\\n\",
        hInfo[idx][Nev],
        hInfo[idx][Ar],
        hInfo[idx][Tulaj],
        hInfo[idx][szint],
        hInfo[idx][Allapot],
hInfo[idx][berelheto],
hInfo[idx][ber],
hInfo[idx][Fegyver1],
hInfo[idx][Fegyver2],
hInfo[idx][Fegyver3],
hInfo[idx][Penz],
hInfo[idx][beX],
hInfo[idx][beY],
hInfo[idx][beZ],
hInfo[idx][beA],
hInfo[idx][intiX],
hInfo[idx][intiY],
hInfo[idx][intiZ],
hInfo[idx][intiA],
hInfo[idx][inti],
hInfo[idx][WW],
hInfo[idx][iInti],
hInfo[idx][iWW],
mylabel);

 
Ezek.

469
Segítségkérés / NPC
« Dátum: 2012. július 10. - 16:08:35 »
Ne a módba hanem a scriptbe.

470
Segítségkérés / Dialog hiba
« Dátum: 2012. július 10. - 16:07:30 »
A gamemodba van.

471
Segítségkérés / NPC
« Dátum: 2012. július 10. - 16:01:41 »
public OnPlayerConnect( playerid )
{
  if ( IsPlayerNPC ( playerid ) )
  {
            new npcname [ MAX_PLAYER_NAME ];
            GetPlayerName ( playerid, npcname, sizeof ( npcname ) );
            if ( !strcmp ( npcname, \"asd_asd\", true ) )
            {
                        SetPlayerSkin(playerid, 194);
            }
            return 1;
  }

 
Ezt tedd be még.

472
Segítségkérés / NPC
« Dátum: 2012. július 10. - 15:51:13 »
Idézetet írta: shadee date=1341928138\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"24124\" data-ipsquote-contentclass=\"forums_Topic

//----------------------------------[Login & Register]-----------------------------------------------
if (strcmp(cmd, \"/login\", true) ==0 )
{
    if(IsPlayerConnected(playerid))
    {
        new tmppass[64];
   if(PLAYERLIST_authed[playerid])
   {
      SendClientMessage(playerid, COLOR_WHITE, \"Te Már bevagy Jelentkezve!\");
      return 1;
   }
   tmp = strtok(cmdtext, idx);
   if(!strlen(tmp))
   {
      SendClientMessage(playerid, COLOR_WHITE, \"Használat: /login [Jelszó]\");
      return 1;
   }
   strmid(tmppass, tmp, 0, strlen(cmdtext), 255);
   Encrypt(tmppass);
   OnPlayerLogin(playerid,tmppass);
}
return 1;
}
if (strcmp(cmd, \"/register\", true) ==0 )
{
    if(IsPlayerConnected(playerid))
    {
        if(PLAYERLIST_authed[playerid])
   {
      SendClientMessage(playerid, COLOR_WHITE, \"Te Már Bevagy Jelentkezve!\");
      return 1;
   }
   GetPlayerName(playerid, sendername, sizeof(sendername));
   format(string, sizeof(string), \"%s.user\", sendername);
   new File: hFile = fopen(string, io_read);
   if (hFile)
   {
      SendClientMessage(playerid, COLOR_YELLOW, \"Ez a Karakternév Már Foglalt!Kérlek Válasz Másikat.\");
      fclose(hFile);
      return 1;
   }
        new tmppass[64];
   tmp = strtok(cmdtext, idx);
   if(!strlen(tmp))
   {
      SendClientMessage(playerid, COLOR_WHITE, \"Használat: /register [Jelszó]\");
      return 1;
   }
   strmid(tmppass, tmp, 0, strlen(cmdtext), 255);
   Encrypt(tmppass);
   OnPlayerRegister(playerid,tmppass);
}
return 1;
}

 

Nem ez kel hanem az mikor csatlakozik az npc.

473
Segítségkérés / NPC
« Dátum: 2012. július 10. - 15:39:41 »
Másold be az npc scriptet.

474
Segítségkérés / NPC
« Dátum: 2012. július 10. - 15:19:26 »
Ha van regisztrácios rendszer átengedi az npct?

475
Szkript kérések / MYSQL kapcsolódás
« Dátum: 2012. július 10. - 15:18:15 »
A webadminba létrehoztad az adatbázist?

476
Segítségkérés / mysql és titulus.
« Dátum: 2012. július 10. - 13:37:15 »
Az atw nem enged külsõ mysql kapcsolatot.

477
Minecraft / Szerver hiba
« Dátum: 2012. július 10. - 12:47:21 »
ma el akartam inditani a házi szerverem és ezt írja Error occurred during initialization of VM
Could not reserve enough space for object heap
A folytatáshoz nyomjon meg egy billentyut . . .
Mit tegyek?

478
A Fórum / Ötletek a fórum fejlesztésére
« Dátum: 2012. július 10. - 12:31:37 »
Szerintem ki kéne venni a hozzászólás számolást és akkor a posthunterek is abbahagynák az idegesítést.

479
Szkript kérések / MYSQL kapcsolódás
« Dátum: 2012. július 10. - 11:52:23 »
Honnan van az adatbázisod?

480
Segítségkérés / Dialog hiba
« Dátum: 2012. július 10. - 11:46:42 »
Van egy autó vásárlás script a szerverembe de nem hozza be a dialogot sehogy. Pls segítsetek.
 
public OnPlayerPickUpPickup(playerid,pickupid)
{
       if( pickupid == Pickup )
        {
                if( pInfo[playerid][Kocsi] == 1 ) return SendClientMessage( playerid, 0xff0000AA, \"Neked már van autód!\" );
      {
         SetPlayerPos( playerid, P_X+1, P_Y+1, P_Z );
                new dialText[512 + 1];
                new tmp[64 + 1];
                for( new iy; iy < sizeof JarmuAdat; iy++ )
                {
                        format( tmp, sizeof tmp, \"Jármu: %s | Ára: %dFt\", GetVehicleModelName(JarmuAdat[iy][0]), JarmuAdat[iy][1] );
                        strins( dialText, tmp, strlen(dialText) );
                        format( Mentes[iy], 64, \"%s\", GetVehicleModelName(JarmuAdat[iy][0]) );
                }
      if( !strlen(dialText) ) return /*1;*/ SendClientMessage(playerid, 0xff0000ff, \"Ez nem jo\");
                ShowPlayerDialog( playerid, 10, DIALOG_STYLE_LIST, \"Autó Szalon\", dialText, \"Tovább\", \"Kilépés\" );
                }
}
return 1;
}

Oldalak: 1 ... 30 31 [32] 33 34 ... 133
SimplePortal 2.3.7 © 2008-2024, SimplePortal