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

Oldalak: 1 ... 470 471 [472] 473 474 ... 527
7066
Segítségkérés / Élet mentés hiba
« Dátum: 2012. június 12. - 17:00:03 »
Pontosan, én helyetted az OnPlayerConnect alá írnám és dinivel.

7067
Segítségkérés / Fejbe halál lábba anim
« Dátum: 2012. június 12. - 16:20:05 »

7068
Segítségkérés / Hang
« Dátum: 2012. június 12. - 16:18:48 »
PlayerPlaySound
Talán ez?
OnPlayerConnect és OnPlayerRequestClass -t másold be.

7069
SA-MP / Open.mp: Szerverfejlesztés / Admin BroadCast
« Dátum: 2012. június 12. - 16:16:32 »
Szép lett, minden szépen kidolgozva nagyon szép !

7070
Segítségkérés / Élet mentés hiba
« Dátum: 2012. június 12. - 16:13:24 »
Én helyetted másképpen csinálnám meg.

7071
Segítségkérés / Fejbe halál lábba anim
« Dátum: 2012. június 12. - 16:11:55 »

public OnPlayerHit(playerid, hiterid, bodypart, weaponid, Float:distance)
{
if(bodypart == OPH_FOOT)
{
SendClientMessage(playerid, -1, \"Lábon lõttek!\");
}
if(bodypart == OPH_HEAD)
{
SendClientMessage(playerid, -1, \"Fejbe Löttek! Meghaltál\");
SetPlayerHealth(playerid,0);
}
return 1;
}

 
Tessék így masold be a modba bár hova!

7072
SA-MP / Open.mp: Szerverfejlesztés / DS CLUB
« Dátum: 2012. június 12. - 16:05:07 »
Szép!!

7073
Segítségkérés / Fejbe halál lábba anim
« Dátum: 2012. június 12. - 16:02:08 »
Ahova be írod a kerek zárójelbe írd be így vesszõvel!!
,bodypart
Így be írod ahova szeretnéd tenni és 100% menni fog! A kerek zárójelbe!

7074
Segítségkérés / Fejbe halál lábba anim
« Dátum: 2012. június 12. - 15:55:06 »
Idézetet írta: Devil112 date=1339509047\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22755\" data-ipsquote-contentclass=\"forums_Topic
Warningos:
 
C:\\Users\\user\\Desktop\\afterlife.pwn(50173) : error 017: undefined symbol \"bodypart\"
C:\\Users\\user\\Desktop\\afterlife.pwn(50178) : error 017: undefined symbol \"bodypart\"

 

Ahova rakod pl írd oda: public OnPlayerSpawn(bodypart)
Ez csak egy példa volt ahova írod oda ragd a public -hoz, hogy bodypart!

7075
Segítségkérés / Óra rendszer
« Dátum: 2012. június 12. - 15:49:59 »
Abba van alap benne ami változtatja.

7076
Segítségkérés / Fejbe halál lábba anim
« Dátum: 2012. június 12. - 15:48:35 »
Ez a láb:
 

if(bodypart == OPH_FOOT)
{
SendClientMessage(playerid, -1, \"Lábon lõttek!\");
}

 
Fej:
 

if(bodypart == OPH_HEAD)
{
SendClientMessage(playerid, -1, \"Fejbe Löttek! Meghaltál\");
SetPlayerHealth(playerid,0);
}

7077
Segítségkérés / /leüt
« Dátum: 2012. június 12. - 15:42:30 »
    if(strcmp(cmd, \"/leüt\", true) == 0 || strcmp(cmd, \"/leut\", true) == 0)
{
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        SendClientMessage(playerid, COLOR_GRAD2, \"Kocsiban nem tudsz leütni senkit!\");
        return 1;
    }
    new suspect = GetClosestPlayer(playerid);
    if(IsPlayerConnected(suspect))
{
       {
       if(GetDistanceBetweenPlayers(playerid,suspect) < 5)
      {
          if(IsPlayerInAnyVehicle(suspect))
          {
              SendClientMessage(playerid, COLOR_LIGHTRED, \"A személy a kocsiban van, Elõbb szedd ki.\");
              return 1;
          }
          //GetPlayerName(suspect, nev, sizeof(nev));
          GetPlayerName(suspect, giveplayer, sizeof(giveplayer));
         GetPlayerName(playerid, sendername, sizeof(sendername));
         format(stringx, sizeof(stringx), \"%s leütött, pár másodperc és magadhoz térsz!\", sendername);
         SendClientMessage(suspect, COLOR_LIGHTBLUE, stringx);
         format(stringx, sizeof(stringx), \"Leütötted %s pár másodpercre.\", rag(giveplayer,3));
         SendClientMessage(playerid, COLOR_LIGHTBLUE, stringx);
         format(stringx, sizeof(stringx), \"* %s leüti %s.\", sendername ,rag(giveplayer,3));
         ProxDetector(30.0, playerid, stringx, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
         SetPlayerChatBubble(playerid, \"leütött valakit\", COLOR_PURPLE, 80.0, 10000);
         GameTextForPlayer(suspect, \"~w~Leütöttek\", 2500, 3);
         TogglePlayerControllable(suspect, 0);
         PlayerCuffed[suspect] = 1;
         PlayerCuffedTime[suspect] = 20;
            }
      else
      {
          SendClientMessage(playerid, COLOR_GRAD2, \"Senki sincs a közeledben!\");
          return 1;
      }
   }
}   
}
return 1;
}

7078
Segítségkérés / Fejbe halál lábba anim
« Dátum: 2012. június 12. - 15:39:13 »
Úgy tudom a fejét nem lehet lekérni.

7079
Idézetet írta: zolika88 date=1339507493\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22749\" data-ipsquote-contentclass=\"forums_Topic
[2012.05.29. 16:04:56] K a r d o s: csá [2012.05.29. 16:04:56] ZoLeE: csá [2012.05.29. 16:04:56] K a r d o s: Akarsz egy f***a módot? [2012.05.29. 16:04:56] ZoLeE : aha [2012.05.29. 16:04:56] K a r d o s : ha megkapod publikold a pwn t a forum ra! [2012.05.29. 16:04:56] ZoLeE: Tõlem [2012.05.29. 16:04:56] K a r d o s : de akkor tedd meg [2012.05.29. 16:04:56] ZoLeE: ok

Dupla hozzászólás automatikusan összefûzve. ( 2012. június 12. - 15:26:11 )

csak egy error os pwnt adott ! törlöm ha kapom az amx et
 
Inkább hagynám a pwnt mintha az amx -et feltenném ne legyetek hülyék meg szervert inditt egy lopót módbol ami nem is az övé!

7080
Képet mutas mert így nem hiszem! Így átírni is könnyû.
Dead nem neked írtam!

Oldalak: 1 ... 470 471 [472] 473 474 ... 527
SimplePortal 2.3.7 © 2008-2026, SimplePortal