Jump to content

CrystyaN

Membru
  • Posts

    282
  • Joined

  • Last visited

    Never

Everything posted by CrystyaN

  1. CrystyaN

    Problem

    Am o problema... De ceva timp nu mai pot sa pornesc serverul pe ip sa intre si alti playeri... dar eu pot sa intru, altui player ii apare sv off ( .. ......... Aveti o idee? ce sa intamplat?.... Nu am ip dynamic...
  2. Buna seara/Ziua Deci am facut niste bizur (2), iar cand sa-l fac al 3-lea apare o problema, Am facut bizu, am editat in gamemod unde trebuie, dar cand il pornesc sv mi se dubleaza penultimul bizs.. iar ce-l care l-am facut eu nu se baga in joc... asa l-am facut.. 0|The State|Rent car LS|No-One|564.8407|-1292.6637|17.2482|5|5000000|0|500|1|0|150|50|100 Sper sa intelegeti cum am explicat. Multam
  3. Deci vreau sa fac mai multe 24/7 cu acelasi interior.. am facut cu VW dar tot nu merge, am facut mai multe feluri cu vw dar nici cum. Problema e ca cand dau exit la un 24/7 facut de mine ma da la celallat... nu la ala care trebuie... Asa am facut: //-------------------------------------------ENTER/EXIT -------------------- if(strcmp(cmdtext, "/enter", true) == 0)//24/7 LV ---1--- { if (PlayerToPoint(5, playerid, 2436.9211,1734.6388,10.8203) || SetPlayerVirtualWorld(playerid) == 11) { //SetPlayerVirtualWorld(playerid, 11); //PlayerInfo[playerid][pVirWorld] = 11; SetPlayerPos(playerid,-25.884498,-185.868988,1003.546875); SetPlayerInterior(playerid,17); format(string, sizeof(string), "~w~24/7 ~w~Shop"); GameTextForPlayer(playerid, string, 1000, 1); return 1; } } if(strcmp(cmdtext, "/exit", true) == 0)//24/7 LV ---1--- { if(GetPlayerVirtualWorld(playerid) == 11) { if (PlayerToPoint(5, playerid, -25.884498,-185.868988,1003.546875)) { SetPlayerPos(playerid, 2436.9211,1734.6388,10.8203); SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); PlayerInfo[playerid][pVirWorld] = 0; format(string, sizeof(string), "~w~Las Venturas"); GameTextForPlayer(playerid, string, 1000, 1); return 1; } } } //----------------------------- 24/7 ---2------------------------------------------------- if(strcmp(cmdtext, "/enter", true) == 0)//24/7 LV ---1--- { if (PlayerToPoint(5, playerid, 2188.0947,2469.6829,11.2422) || GetPlayerVirtualWorld(playerid) == 12) { // SetPlayerVirtualWorld(playerid, 12); //PlayerInfo[playerid][pVirWorld] = 12; SetPlayerPos(playerid,-25.884498,-185.868988,1003.546875); SetPlayerInterior(playerid,17); format(string, sizeof(string), "~w~24/7 ~w~Shop"); GameTextForPlayer(playerid, string, 1000, 1); return 1; } } if(strcmp(cmdtext, "/exit", true) == 0)//24/7 LV ---1--- { if(GetPlayerVirtualWorld(playerid) == 12) { if (PlayerToPoint(5, playerid, -25.884498,-185.868988,1003.546875)) { SetPlayerPos(playerid, 2188.0947,2469.6829,11.2422); SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); PlayerInfo[playerid][pVirWorld] = 0; format(string, sizeof(string), "~w~Las Venturas"); GameTextForPlayer(playerid, string, 1000, 1); return 1; } } } Va rog ma poate ajuta cineva?:|
  4. CrystyaN

    Problema

    Mersi mult frate, acum imi dau seama Multam inca odata..
  5. CrystyaN

    Problema

    Deci am o problema nici cum nu o pot rezolva:|... La o factiune am un News Copper si un News van care se vad invizibile, dar eu pot sa intru in ele si sa conduc... Imi da si mie cineva o idee ce sa fac? ThankS..
  6. Daca nu vreau sa pun interior cum fac? doar sterg coordonatele xx,yy,zz, >?
  7. Pai ma iti explica foarte bine la inceput pas cu pas.. ce e asa greu? pe prima pagina ... chiar primul post;))
×
×
  • 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.