Error help!
#1

C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(207) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : error 017: undefined symbol "SendClientMessageToAllLang"
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : warning 215: expression has no effect
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : error 001: expected token: ";", but found ")"
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : error 029: invalid expression, assumed zero
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : fatal error 107: too many error messages on one line

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


5 Errors.
Reply
#2

show lines where error is giving you!
Reply
#3

207: new Player[MAX_PLAYERS][player_info];

272: SendClientMessageToAllLang(COLOR_RACE, "*** %s won race (/drag)","*** %s wygraі wyœcig (/drag)",Player(playerid);
Reply
#4

Use the Pawn Tag next time.
[pawn] [/pawn]

pawn Код:
SendClientMessageToAllLang(COLOR_RACE, "*** %s won race (/drag)","*** %s wygraі wyœcig (/drag)",Player(playerid));
You were missing the closing bracket.
Reply
#5

Quote:
Originally Posted by T0pAz
Посмотреть сообщение
Use the Pawn Tag next time.
[pawn] [/pawn]

pawn Код:
SendClientMessageToAllLang(COLOR_RACE, "*** %s won race (/drag)","*** %s wygraі wyњcig (/drag)",Player(playerid));
You were missing the closing bracket.
Got another error:

pawn Код:
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(207) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : error 017: undefined symbol "SendClientMessageToAllLang"
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : warning 215: expression has no effect
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : error 001: expected token: ";", but found ")"
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : error 029: invalid expression, assumed zero
C:\Users\customer\Desktop\The Ultimate Freeroam\The Ultimate Freeroam\gamemodes\freeroam.pwn(272) : fatal error 107: too many error messages on one line
Reply
#6

pawn Код:
SendClientMessageToAll(COLOR_RACE, "*** %s won race (/drag)","*** %s wygraі wyњcig (/drag)");
Show line before this...

Код:
207: new Player[MAX_PLAYERS][player_info];
An I think it needs to be like new Player[MAX_PLAYERS];
Reply
#7

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
pawn Код:
SendClientMessageToAll(COLOR_RACE, "*** %s won race (/drag)","*** %s wygraі wyњcig (/drag)");
Show line before this...

Код:
207: new Player[MAX_PLAYERS][player_info];
An I think it needs to be like new Player[MAX_PLAYERS];
It was like that! Look at my previous post.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)