Jump to content

MrAndrei

Membru
  • Posts

    185
  • Joined

  • Last visited

Everything posted by MrAndrei

  1. Cineva ? ! Multumesc !

  2. Salut ! Am un gamemode , sunt la nivelul mediu in domeniul scriptingului , ma puteti ajuta sa imi spuneti cum pot modifica urmatoarea chestie : -La factiunii exista un checkpoint , iar daca intru in el te scoate / baga in afara / interior.In loc sa fie asa sa pot tasta /enter si /exit la fiecare usa de la hq -Sau cum pot inlocuii comanda /enter sau [mai sus acel checkpoint care te baga / scoate ] cu butonul F / ENTER,adica , esti in factiunea X si daca te duci in fata usii de la hq sa apesi tasta ENTER iar aceasta sa te bage in interior/exterior. Multumesc mult pentru ajutor ! Sarbatori fericite tuturor !
  3. Cineva ? ! Multumesc !

  4. Salut ! Am un gamemode , sunt la nivelul mediu in domeniul scriptingului , ma puteti ajuta sa imi spuneti cum pot modifica urmatoarea chestie : -La factiunii exista un checkpoint , iar daca intru in el te scoate / baga in afara / interior.In loc sa fie asa sa pot tasta /enter si /exit la fiecare usa de la hq -Sau cum pot inlocuii comanda /enter sau [mai sus acel checkpoint care te baga / scoate ] cu butonul F / ENTER,adica , esti in factiunea X si daca te duci in fata usii de la hq sa apesi tasta ENTER iar aceasta sa te bage in interior/exterior. Multumesc mult pentru ajutor ! Sarbatori fericite tuturor !
  5. Nu cred ca ai inteles. Ca sa iti pot explica mai clar : da-mi add: skype:<nu se lasa id-uri> Mess:<nu se lasa id-uri> Chiar as avea nevoie de ajutor , va rog frumos , multumesc nespus de mult.
  6. Problema intalnita (descriere):Am problema urmatoare:La serverul meu de samp , pana acum cateva zile , l-am administrat din pc , si l-am testat pe localhost , acum cand am achizitionat un host , l-am urcat pe host dar apare un textdraw din tutorial , la inceput , apoi data.Cu timpul data ( ceea care apare ) , se suprapune cu ora , ceea de sus dreapta , deci este inlocuita.Am incercat cu un FileScript , la inceput a functionat dar apoi , ziua , ex:Luni , aparea mai jos , mai jos insemnand , in subsolul ercanului , acum am schimbat FS-ul , ceasul a fost inlocuit dar acel textdraw care imi aparea la inceput a reaparut.Chiar nu stiu cum sa il rezolv. Ero(area / rile) / warning-(ul / urile):Nu este o eroare PAWN. Liniile de cod / sursa / script-ul:- Imagini / Video (optional): Ati incercat sa rezolvati singur?:Da.Sper sa ma puteti ajuta sa o rezolv.
  7. Esti foarte tare ! Felicitari !
  8. Am rezolvat.Era prima varianta.Multumesc mult.Nu stiu de ce nu mi-a venit prin cap sa fac acest lucru.Multumesc din nou. Puteti da T/C!
  9. Problema intalnita (descriere):Error Compile Ero(area / rile) / warning-(ul / urile): C:Users******DesktopGameMode-uri*******************Gamemodegamemodes******.pwn(177) : fatal error 100: cannot read from file: "crashdetect" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. Linia 177: #include <crashdetect> Include-ul : // Copyright (c) 2013-2014 Zeex // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, // this list of conditions and the following disclaimer. // 2. Redistributions in binary form must reproduce the above copyright notice, // this list of conditions and the following disclaimer in the documentation // and/or other materials provided with the distribution. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. #if defined CRASHDETECT_INC #endinput #endif #define CRASHDETECT_INC native PrintAmxBacktrace(); native PrintNativeBacktrace(); native GetAmxBacktrace(string[], size = sizeof(string)); native GetNativeBacktrace(string[], size = sizeof(string)); public OnRuntimeError(code, &bool:suppress); stock bool:IsCrashDetectPresent() { #emit zero.pri #emit lctrl 0xFF #emit retn return false; } Liniile de cod / sursa / script-ul:117 Imagini / Video (optional):Mai sus. Ati incercat sa rezolvati singur?:Da
  10. Il am.Am si postat mai sus include-ul. @Neculai
  11. Salut ! Am urmatoarea problema , am adaugat 56 de case pe server [ /save in Game ] dupa care am adaugat coordonatele etc in property.cfg in scriptfile am adaugat in HouseInfo[92] , erau 36 inainte , cand intru pe server imi cumpar o casa , iar daca dau exit ma spawneaza la ultima casa creata.Daca modific HouseInfo din 92 in 91 ma spawneaza la casa 90 si tot asa.Mentionez ca de la casa 37 pana la 91 , casele au aceleasi interior.Aceasta sa fie problema ? Ma puteti ajuta ? Va multumesc ! O zi placuta. Am inteles ca problema se datoreaza interioarelor , ca sunt identice,nu se poate face intr-un fel in cat sa nu se mai creeze "bug" ?
  12. Salut.E prima data de cand scriptez cand mi se intampla acest lucru , am urmatoarea eroare : C:Users******DesktopGameMode-uri*******************Gamemodegamemodes******.pwn(177) : fatal error 100: cannot read from file: "crashdetect" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. Am incercat sa o exclud si degeaba.Am mai jos si include-ul: // Copyright (c) 2013-2014 Zeex // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, // this list of conditions and the following disclaimer. // 2. Redistributions in binary form must reproduce the above copyright notice, // this list of conditions and the following disclaimer in the documentation // and/or other materials provided with the distribution. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. #if defined CRASHDETECT_INC #endinput #endif #define CRASHDETECT_INC native PrintAmxBacktrace(); native PrintNativeBacktrace(); native GetAmxBacktrace(string[], size = sizeof(string)); native GetNativeBacktrace(string[], size = sizeof(string)); public OnRuntimeError(code, &bool:suppress); stock bool:IsCrashDetectPresent() { #emit zero.pri #emit lctrl 0xFF #emit retn return false; } Nu m-am confruntat pana acum cu aceasta problema si chiar nu stiu cum sa o rezolv.Spre sa ma puteti ajuta.Va multumesc nespus de mult.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.