Jump to content

MihaiArabu

Membru
  • Posts

    62
  • Joined

  • Last visited

Posts posted by MihaiArabu

  1. Acum 6 minute, Cordyandrey a spus:

    :)) Da luca simple warninguri dar acum nu.i scade rollpoints cand da /roll. Plus serios.. problemele de genul nu cred ca trebuie neaparat postate adica se poate vedea simplu si cu linia in fata ca lipseste de la scm paranreza.. inainte sa postezi mai da un search pe google "warning 213" pawno si vezi ce inseamna.

    E si greu tare sa pui PlayerInfo[playerid][pRoll] -= 10;  ...

  2. Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS=0)

    1. La 'text[]' iti pui tu textul dorit, ex: "text".

    2. La 'color' poti pune o culoare de tip-ul 0xFFFFFF.

    3. La Float:X/Y/Z iti pui coordonatele pe care le-ai salvat in joc (/save).

    4. La DrawDistance iti recomand sa pui 10.0

    5. La VirtualWorld pui 0, daca vrei sa fie in alt VW pui 1,2,3...etc

    5. La textLOS pui 1.

  3. Acum 4 ore, Iulian2 a spus:

    Am o problema la sistemul de roll 

    C:\Users\Ionut\Desktop\Bugged\gamemodes\bugged.pwn(34459) : warning 213: tag mismatch
    C:\Users\Ionut\Desktop\Bugged\gamemodes\bugged.pwn(34459) : error 001: expected token: ",", but found ";"
    C:\Users\Ionut\Desktop\Bugged\gamemodes\bugged.pwn(34508) : warning 213: tag mismatch
    C:\Users\Ionut\Desktop\Bugged\gamemodes\bugged.pwn(34519) : warning 213: tag mismatch
    Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


    1 Error.
     

    34459-if(PlayerInfo[playerid][pRoll] < 10) return SCM(playerid, COLOR_ERROR, "Nu ai 10 puncte de roll";

    34508-PlayerInfo[playerid][pRoll] -= 10;

    34519-PlayerInfo[id][pRoll] = valoare;

     

     

    1. if(PlayerInfo[playerid][pRoll] < 10) return SCM(playerid, COLOR_ERROR, "Nu ai 10 puncte de roll");

    2. Arata toata functia.

    3. Arata toate functia ca nu pot ghicii.

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