Forums

Nu sunteti conectat. Conectați-vă sau înregistrați-vă

Vezi subiectul anterior Vezi subiectul urmator In jos Mesaj [Pagina 1 din 1]

#1Cum sa faci sa ramana Wanted dupa Relog Empty Cum sa faci sa ramana Wanted dupa Relog Dum Aug 25, 2013 8:00 am

avatar
Cod:
if(newstate == PLAYER_STATE_SPAWNED)
2. Aici trebuie sa aveti asa :

Cod:
new Float: lwx, Float:lwy, Float:lwz;
      GetPlayerPos(playerid, lwx, lwy, lwz);
 
     if((lwz > 530.0 && PlayerInfo[playerid][pInt] == 0) ||
PlayerToPoint(1000.0, playerid, -1041.9,-1868.4,79.1)) //the highest
land point in sa = 526.8
      {
         SetPlayerSpawn(playerid);
      }
      if(PlayerOnMission[playerid] > 0)
      {
         GameTextForPlayer(playerid, "~r~Mission failed", 5000, 3);
         PlayerOnMission[playerid] = 0;
          PlayerInfo[playerid][pMissionNr] = 0;
      }
      WantedPoints[playerid] = 0;
      WantedLevel[playerid] = 0;
      if(PlayerInfo[playerid][pDonateRank] > 0) { SetPlayerHealth(playerid, 100.0); }
      else { SetPlayerHealth(playerid, 50.0+PlayerInfo[playerid][pSHealth]); }
      MedicBill[playerid] = 1;
      TelePos[playerid][0] = 0.0;
      TelePos[playerid][1] = 0.0;
      gPlayerSpawned[playerid] = 1;
      SafeTime[playerid] = 60;
   }
   return 1;
}
3. Trebuie sa stergeti urmatoarele lini :
Cod:
WantedPoints[playerid] = 0;
      WantedLevel[playerid] = 0;

#2Cum sa faci sa ramana Wanted dupa Relog Empty Re: Cum sa faci sa ramana Wanted dupa Relog Joi Sept 19, 2013 9:23 pm

Mr.AlcooL
Mr.AlcooL
Membru Balcauti Gaming
Si asta e pt SA-MP ? Question 

https://prestigio.forumgratuit.ro/f131-redx

Vezi subiectul anterior Vezi subiectul urmator Sus Mesaj [Pagina 1 din 1]

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum