07.08.2009, 17:07
I Saw here a bus interior and i decided to do a command for it
/buson -allowed to enter the bus
/busoff - unallowed to enter the bus
and i have a lot of errors:
I Dont have a power to give all lines so here is the system:
http://solidfiles.com/d/0Yq2]
http://solidfiles.com/d/0Yq2
tanks a lot for helpers
/buson -allowed to enter the bus
/busoff - unallowed to enter the bus
and i have a lot of errors:
pawn Код:
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(5) : error 001: expected token: ";", but found "new"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(95 -- 96) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(101) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(101) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(102) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(102) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(123) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(123) : error 017: undefined symbol "HornA"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(124) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(124) : error 017: undefined symbol "HornB"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(125) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(125) : error 017: undefined symbol "STime"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(127) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(127) : error 017: undefined symbol "HornA"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(129) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(129) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(130) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(130) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(137) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(137) : error 017: undefined symbol "HornB"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(139) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(139) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(140) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(140) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(147) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(147) : error 017: undefined symbol "STime"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(152) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(152) : error 004: function "OnPlayerKeyStateChange" is not implemented
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(154) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(154) : error 033: array must be indexed (variable "AllowedEnterTheBus")
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(155) : warning 211: possibly unintended assignment
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(155) : error 017: undefined symbol "newkeys"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(165) : warning 217: loose indentation
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(168) : warning 225: unreachable code
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(168) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\Bus.pwn(168) : error 004: function "OnPlayerCommandText" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
I Dont have a power to give all lines so here is the system:
http://solidfiles.com/d/0Yq2]
http://solidfiles.com/d/0Yq2
tanks a lot for helpers