Jump to content

Marschall

Membru
  • Posts

    17
  • Joined

  • Last visited

    Never

Posts posted by Marschall

  1. eh,mai am o intrebare

    Sa zicem ca creez un teleport:

    if (strcmp("/CT", cmdtext, true, 10) == 0)

    {

    SetPlayerInterior(playerid, 0);

    SetPlayerPos(playerid,1991.2904,-1705.2195,13.6300);

    return 1;

    }

    problema consta in faptul ca atunci cand sunt intr-o masina si scriu comanda de teleportare,ma teleporteaza dar masina dispare,ce as putea face?

  2. primesc urmatoarea eroare cand incerc sa compilez niste obiecte pe un server:

    D:\-----\Gamemodes\lvdm.pwn(380) : error 017: undefined symbol "playerid"

    este vorba despre o harta de 0.3d cu niste cladiri originale inlocuite:

    RemoveBuildingForPlayer(playerid, 4026, 1497.7969, -1543.7109, 17.5547, 0.25);

    Multumesc,sper sa ma puteti ajuta!

  3. Salut,am si eu urmatoarea problema:nu imi apar pozitile salvate in joc,in joc dau /save cand playerul nu este in masina,scrie onfoot saveposition si cand intru in savedpositions din folderul jocului este gol si nu imi apare nimic,la fel si cand dau /save dintr-o masina

  4. Salutare!mi-ati putea spune un pic ce pot face acestei erori?

    E:\DEPEFI~1\lvsamp\GAMEMO~1\gtatc.pwn(43450) : error 021: symbol already defined: "NameTimer"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    1 Error.

  5. stuntman-=!!" post="45919" timestamp="1290223606"]

    Ca sa se converteze si vehiculele folosesti ACEST CONVERTOR (sper ca nu e reclama :D)

    am incercat ce mi-ai zis,iar cand incerc sa uploadez harta primesc eroarea asta:

    An unspecified error has occurred. This may be a temporary glitch, or your browser may not support this feature correctly.

  6. public OnPlayerDisconnect(playerid)
    {
    new pName[24];
        new string[128];
        GetPlayerName(playerid, pName, 24);
        switch(reason)
        {
        	case 0: format(string, 128, "~y~%s has left the server ~w~(Timeout)", pName);
         	case 1: format(string, 128, "~y~%s has left the server ~w~(Leaving)", pName);
          	case 2: format(string, 128, "~y~%s has left the server ~w~(Kicked/Banned)", pName);
        }

  7. salutare,am si eu urmatoarea problema,primesc urmatoarea eroare in pawno si nu stiu cu ce sa inlocuiesc sau ce sa fac,va rog daca puteti sa ma ajutati

    E:\DEPEFI~1\......\GAMEMO~1\.....pwn(181) : error 017: undefined symbol "reason"

    Multumesc

×
×
  • 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.