Jump to content

problema compilare


xCosminu.

Recommended Posts

Am adaugat si eu un td nou login...si nu vad care este problema...

 

public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
    if(playertextid == DIALOG_LOGIN1 || DIALOG_LOGIN2 || DIALOG_LOGIN3[playerid])
    {
           return 1;
    }
    return 0;
}

 

C:\Users\Cosmin\Desktop\Gamemode AngelZone\gamemodes\Rusteze.pwn(6130) : warning 213: tag mismatch
C:\Users\Cosmin\Desktop\Gamemode AngelZone\gamemodes\Rusteze.pwn(6130) : error 029: invalid expression, assumed zero
C:\Users\Cosmin\Desktop\Gamemode AngelZone\gamemodes\Rusteze.pwn(6130) : error 029: invalid expression, assumed zero
C:\Users\Cosmin\Desktop\Gamemode AngelZone\gamemodes\Rusteze.pwn(6130) : warning 215: expression has no effect
C:\Users\Cosmin\Desktop\Gamemode AngelZone\gamemodes\Rusteze.pwn(6130) : error 001: expected token: ";", but found "]"
C:\Users\Cosmin\Desktop\Gamemode AngelZone\gamemodes\Rusteze.pwn(6130) : fatal error 107: too many error messages on one line

Link to comment
Share on other sites

  • Mister locked this topic
Guest
This topic is now closed to further replies.
×
×
  • 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.