Jump to content

SonGoku27

Membru
  • Posts

    23
  • Joined

  • Last visited

Posts posted by SonGoku27

  1. C:\Users\Hitsugaya\Documents\Anto GM\gamemodes\incepatori.pwn(261) : error 017: undefined symbol "pJob"
    C:\Users\Hitsugaya\Documents\Anto GM\gamemodes\incepatori.pwn(261) : error 017: undefined symbol "job"

    261 - if(PlayerInfo[playerid][pJob] != id job)

  2. C:\Users\Hitsugaya\Documents\Anto GM\gamemodes\incepatori.pwn(657) : error 029: invalid expression, assumed zero
    C:\Users\Hitsugaya\Documents\Anto GM\gamemodes\incepatori.pwn(657) : warning 215: expression has no effect
    C:\Users\Hitsugaya\Documents\Anto GM\gamemodes\incepatori.pwn(657) : error 001: expected token: ";", but found ")"
    C:\Users\Hitsugaya\Documents\Anto GMgamemodes\incepatori.pwn(657) : error 029: invalid expression, assumed zero
    C:\Users\Hitsugaya\Documents\Anto GM\gamemodes\incepatori.pwn(657) : fatal error 107: too many error messages on one line

    aici e comanda :

    CMD:fly(playerid, params[]) {
        if(PlayerInfo[playerid][pAdmin]) >= 1)
        {
        StartFly(playerid);
        SetPlayerHealth(playerid, 9999999);
        SetPlayerArmour(playerid, 9999999);
        SendClientMessage(playerid, COLOR_WHITE, "Ai intrat in Fly-Mode!");
        }
        else
        {
        SendClientMessage(playerid, COLOR_WHITE, "Nu ai admin 1+")
        }
        return 1;
    }

  3. 17 hours ago, Koqs said:

    Ai pus 2 " in plus 

    89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, ""COL_WHITE"Succes", ""COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

    inlocuieste cu asta

    89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, "COL_WHITE"Succes", "COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

    Ok, o sa incerc mai tarziu putin. Pentru ca nu reusesc acum. Multumesc

  4. C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : error 029: invalid expression, assumed zero
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : error 001: expected token: ";", but found ")"
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : error 029: invalid expression, assumed zero
    C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : fatal error 107: too many error messages on one line

     

    89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, ""COL_WHITE"Succes", ""COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

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