Jump to content
  • 0

CompilatioN Error


Klaudiu

Question

Deci am aceste errori si numi dau seama cum sa le rezolv

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(655) : warning 217: loose indentation

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(655) : error 029: invalid expression, assumed zero

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(656) : warning 217: loose indentation

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(656) : error 029: invalid expression, assumed zero

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(656) : warning 215: expression has no effect

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(656) : error 001: expected token: ";", but found ")"

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(656) : error 029: invalid expression, assumed zero

C:\Users\claudiu\Desktop\NS SERVER\gamemodes\attdef.pwn(656) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

Linie:

NS = TextDrawCreate(230.5 ,302 , "Welcome to");

    TextDrawFont(NS , 3);

    TextDrawLetterSize(NS , 1, 7);

    TextDrawColor(NS , 0xffffffFF);

    TextDrawSetOutline(NS , false);

    TextDrawSetProportional(NS , true);

    TextDrawSetShadow(NS , 3);

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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.