Jump to content

xlion99x

Membru
  • Posts

    54
  • Joined

  • Last visited

Posts posted by xlion99x

  1. Deci, am comanda quests si imi da doua errori la compilare, 029 si 001 

    Error list:

    E:\Games\gta sa server\backup uri\back up 4\gamemodes\BGGM.pwn(16012) : error 029: invalid expression, assumed zero
    E:\Games\gta sa server\backup uri\back up 4\gamemodes\BGGM.pwn(16012) : error 029: invalid expression, assumed zero
    E:\Games\gta sa server\backup uri\back up 4\gamemodes\BGGM.pwn(16012) : warning 215: expression has no effect
    E:\Games\gta sa server\backup uri\back up 4\gamemodes\BGGM.pwn(16012) : error 001: expected token: ";", but found "]"
    E:\Games\gta sa server\backup uri\back up 4\gamemodes\BGGM.pwn(16012) : fatal error 107: too many error messages on one line

     

    Code:

    CMD:quests(playerid, params[])
    {
        new szMessage[256];
        if(Misiune1[playerid] == 1)
        {
        format(szMessage, sizeof(szMessage), "Misiune[Jefuieste o afacere]. Progres: %d/1", PlayerInfo[playerid][pProgres1]);
        SCM(playerid, COLOR_YELLOW, szMessage);
        }

     

    Error line:

    if(Misiune1[playerid] == 1)

     

     

     

     

    Help please!

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