- 0
CompilatioN Error
-
Similar Content
-
- 1 reply
- 2.000 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Klaudiu
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);
4 answers to this question
Recommended Posts