help plz ;/
#1

So I'm doing a single system, and I've been thrown clear error? Could you help me?

C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1329) : error 017: undefined symbol "taxiDB"
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1329) : warning 215: expression has no effect
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1329) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1329) : error 029: invalid expression, assumed zero
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1329) : fatal error 107: too many error messages on one line

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


4 Errors.

Line: if(taxiDB[playerid][imti]) taxiDB[playerid][imti]=false;
Reply
#2

Try this

pawn Код:
new taxiDB[MAX_PLAYERS];
if(taxiDB[playerid][imti]) return taxiDB[playerid][imti]=false;
Reply
#3

anyway errors
Reply
#4

Re-try
Edited my post
Reply
#5

anyway errors
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1330) : error 001: expected token: ")", but found "["
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1330) : error 029: invalid expression, assumed zero
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1330) : error 017: undefined symbol "imti"
C:\Documents and Settings\vitalikas\My Documents\Naujas projektas\gamemodes\***.pwn(1330) : fatal error 107: too many error messages on one line

Line:
if(taxiDB[playerid][imti]) return taxiDB[playerid][imti]=false;
Reply
#6

put your script on pastebin.com if you want help
Reply
#7

http://pastebin.com/HZJLyuaz
Reply
#8

uped
Reply
#9

I need these arrays
TaxiSultanas
taxiDB
playerDB

Would be easier to upload the whole script.
Reply
#10

me and throws the error as taxiDb look up you will see
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)