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

Oldalak: 1 ... 13 14 [15] 16 17 ... 117
211
Segítségkérés / Drog rendszer
« Dátum: 2012. április 08. - 11:44:11 »
Esetleg dialog id-k definiálva nem ugyanazok?

212
Segítségkérés / Minden kocsiba végtelen nitró.
« Dátum: 2012. április 08. - 11:41:02 »
eNitrous [V2][NFS] - Ameddig nyomod a billentyût, addig nitrózik.
 
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys == KEY_SUBMISSION)
    {
        if(IsPlayerInAnyVehicle(playerid))
{
           RepairVehicle(GetPlayerVehicleID(playerid));
        }
    }
}

213
Beszélgetés / Számoljunk el 10.000-ig!
« Dátum: 2012. április 05. - 11:37:33 »
409

214
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2012. április 05. - 11:36:46 »

215
Beszélgetés / Dirty Sanchez - A film
« Dátum: 2012. április 01. - 10:18:52 »
Nagyon kegyetlen dolgokat csinálnak benne az biztos. Talán betegebbek mint Johnnyék :D

216
Kérdések, Segítség / Nfs The run
« Dátum: 2012. április 01. - 10:14:48 »
Idézetet írta: RampagE date=1333267907\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19398\" data-ipsquote-contentclass=\"forums_Topic
Telepítés közben írja ki a hibát, vagy mikor elindítanád?
 

> link=topic=23593.msg248128#msg248128 date=1333266693]
Telepíteném fel a játékot valameddig tölt is de egy idõ után bejön ez
 
[/quote]

217
Segítségkérés / RP segítség
« Dátum: 2012. április 01. - 10:10:02 »
Esetleg ha módolva van a gta-d akkor az miatt is lehet.

218
SA-MP: Szerverfejlesztés / Compare(comp[], with[])
« Dátum: 2012. március 31. - 21:21:25 »
Egy példát mutathatnál rá.

220
Beszélgetés / Az Elsõ gamemod-od!
« Dátum: 2012. március 31. - 21:17:14 »
Idézetet írta: Gentleman date=1333138661\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19015\" data-ipsquote-contentclass=\"forums_Topic
LVDM editelgetés.
 
Szintén. Eéõször még arra is nehét volt rájönni, hogy miért SendFormatedText van benne SendClientMessage helyett. Úristen de régen volt :)

221
Szkript kérések / Reakció matek...
« Dátum: 2012. március 31. - 21:12:34 »

222
Segítségkérés / /enter és /exit kérdésem
« Dátum: 2012. március 31. - 21:04:34 »
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys == KEY_CROUCH)
    {
                if(IsPlayerConnected(playerid))
{
   for(new i = 0; i < sizeof(HouseInfo); i++)
   {
      if (IsPlayerInRangeOfPoint(playerid, 10,HouseInfo[hEntrancex], HouseInfo[hEntrancey], HouseInfo[hEntrancez]))
      {
         if(HouseInfo[hLock] == 0)
         {
            SetPlayerInterior(playerid,HouseInfo[hBelso]);
            SetPlayerVirtualWorld(playerid,HouseInfo[hWorld]);
            JatekosPozicio(playerid,HouseInfo[hExitx],HouseInfo[hExity],HouseInfo[hExitz]);
            PlayerInfo[playerid][pLocal] = i;
            PlayerInfo[playerid][pVirWorld] = HouseInfo[hWorld];
            PlayerInfo[playerid][pHouseEntered] = i;
            PlayerInfo[playerid][pInteriorNr] = 39;
            Cselekves(playerid,\"bement a ház ajtaján\", 1);
         }
         else
         {
            GameTextForPlayer(playerid, \"~r~Zárva\", 5000, 1);
            return 1;
         }
      }
   }
   for(new i = 0; i < sizeof(BizzInfo); i++)
   {
      if (IsPlayerInRangeOfPoint(playerid, 5,BizzInfo[bEntranceX], BizzInfo[bEntranceY], BizzInfo[bEntranceZ]))
      {
         if(egyezik(PlayerName(playerid), BizzInfo[bOwner]) || GetMoney(playerid) >= BizzInfo[bEntranceCost])
         {
            if(!egyezik(PlayerName(playerid), BizzInfo[bOwner]))
            {
               if(BizzInfo[bLocked] == 1)
               {
                  GameTextForPlayer(playerid, \"~r~Closed\", 5000, 1);
                  return 1;
               }
               if(BizzInfo[bProducts] == 0)
               {
                  GameTextForPlayer(playerid, \"~r~Out Of Stock\", 5000, 1);
                  return 1;
               }
               GiveMoney(playerid,-BizzInfo[bEntranceCost]);
               format(string, sizeof(string), \"~r~-%dFt~n~~w~type /exit~n~to get out\", BizzInfo[bEntranceCost]);
               BizzInfo[bTill] += BizzInfo[bEntranceCost];
               ExtortionBiz(i, BizzInfo[bEntranceCost]);
               BizzInfo[bProducts]--;
               OnPropUpdate(2);
               GameTextForPlayer(playerid, string, 5000, 3);
            }
            PlayerInfo[playerid][pInteriorNr] = BizzInfo[bInteriorNr];
            SetPlayerVirtualWorld(playerid,BizzInfo[bVirWorld]);
            SetPlayerInterior(playerid,BizzInfo[bInterior]);
            JatekosPozicio(playerid,BizzInfo[bExitX],BizzInfo[bExitY],BizzInfo[bExitZ]);
            new dood[MAX_PLAYER_NAME];
            GetPlayerName(playerid, dood, sizeof(dood));
            if(BizzInfo[bVirWorld] == 0 || BizzInfo[bVirWorld] == 1)
            {
                OnPlayerEnterFood(playerid, 1);
            }
            else if(BizzInfo[bVirWorld] == 2 || BizzInfo[bVirWorld] == 3)
            {
                OnPlayerEnterFood(playerid, 2);
            }
            else if(BizzInfo[bVirWorld] == 4 || BizzInfo[bVirWorld] == 5)
            {
                OnPlayerEnterFood(playerid, 3);
            }
            else if(BizzInfo[bVirWorld] == 6)
            {
                OnPlayerEnterFood(playerid, 4);
            }
         }
         else
         {
            GameTextForPlayer(playerid, \"~r~Nincs elég pénzed!\", 5000, 1);
         }
      }
   }
   if(IsPlayerInRangeOfPoint(playerid, 3, -2176.4485,657.5040,49.2181))
   {
      if (GetPlayerState(playerid) == 2)
      {
         new tmpcar = GetPlayerVehicleID(playerid);
         JarmuPozicio(tmpcar, -2176.4890,664.4442,50.0893);
         TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
         LinkVehicleToInterior(tmpcar, 0);
         SetPlayerVirtualWorld(playerid, 0);
         OnPlayerExitFood(playerid);
      }
      else
      {
         JatekosPozicio(playerid, -2176.4890,664.4442,50.0893);
         SetPlayerVirtualWorld(playerid, 0);
      }
   }
   else if (GetPlayerState(playerid) == 2 && JatekosHelye(3, playerid, 1643.5533,-1523.0732,13.5588))
   {
      for(new i = 0; i < MAX_PLAYERS; i++)
      {
         if(IsPlayerConnected(i))
         {
            if(JatekosHelye(3, i, 1643.6934,-1516.3153,13.1927))
            {
               SendClientMessage(playerid, COLOR_YELLOW, \"Valaki van benn! Sztem így nem kéne bemenni...\");
               return 1;
            }
         }

223
Segítségkérés / Mentse
« Dátum: 2012. március 31. - 20:58:39 »
Szedj le egy regisztrációs rendszert.

224
Szkript kérések / index
« Dátum: 2012. március 28. - 19:09:55 »

225
Segítségkérés / Kezdöhelyet nem találom
« Dátum: 2012. március 28. - 18:45:15 »
Ez az:
1958.3783,1343.1572,1100.3746
Vagy az OnPlayerRequestSpawn vagy OnPlayerSpawn alatt keress SetPlayerPos-t.

Oldalak: 1 ... 13 14 [15] 16 17 ... 117
SimplePortal 2.3.7 © 2008-2025, SimplePortal