04.04.2012, 01:55
looks better, now its only error on the first 2 lines..
Код:
(621) new Float:x,Float:y,Float:z; (622) case DIALOG_VEHICLE:
Код:
F:\Servers\SAMP\gamemodes\Esco.pwn(621) : error 002: only a single statement (or expression) can follow each "case" F:\Servers\SAMP\gamemodes\Esco.pwn(621) : warning 221: label name "Float" shadows tag name F:\Servers\SAMP\gamemodes\Esco.pwn(621) : error 017: undefined symbol "x" F:\Servers\SAMP\gamemodes\Esco.pwn(621) : warning 215: expression has no effect F:\Servers\SAMP\gamemodes\Esco.pwn(622) : error 014: invalid statement; not in switch F:\Servers\SAMP\gamemodes\Esco.pwn(622) : warning 215: expression has no effect F:\Servers\SAMP\gamemodes\Esco.pwn(622) : error 001: expected token: ";", but found ":" F:\Servers\SAMP\gamemodes\Esco.pwn(622) : error 029: invalid expression, assumed zero F:\Servers\SAMP\gamemodes\Esco.pwn(622) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.