#1

Код HTML:
C:\Users\User\Desktop\fire.pwn(28) : error 017: undefined symbol "MapAndreas_FindZ_For2DCoord"
C:\Users\User\Desktop\fire.pwn(32) : error 017: undefined symbol "foreach"
C:\Users\User\Desktop\fire.pwn(32) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\fire.pwn(32) : error 017: undefined symbol "i"
C:\Users\User\Desktop\fire.pwn(32) : fatal error 107: too many error messages on one line

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


5 Errors.
28 MapAndreas_FindZ_For2DCoord(object_x, object_y, object_z);
32 foreach (new i : Player)
Reply
#2

are youhave map andreas included?
for line 32 use foreach(player,i)
Reply
#3

Quote:
Originally Posted by mahardika
Посмотреть сообщение
are youhave map andreas included?
for line 32 use foreach(player,i)
and what should be done?
Reply
#4

Add:
pawn Код:
#include <MapAndreas>
#include <foreach>
to the top of your script.

MapAndreas (Include): https://sampforum.blast.hk/showthread.php?tid=273263
Foreach (Include): https://sampforum.blast.hk/showthread.php?tid=92679
Reply
#5

Quote:
Originally Posted by Threshold
Посмотреть сообщение
Add:
pawn Код:
#include <MapAndreas>
#include <foreach>
to the top of your script.

MapAndreas (Include): https://sampforum.blast.hk/showthread.php?tid=273263
Foreach (Include): https://sampforum.blast.hk/showthread.php?tid=92679
Код HTML:
C:\Users\User\Desktop\fire.pwn(34) : error 017: undefined symbol "foreach"
C:\Users\User\Desktop\fire.pwn(34) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\fire.pwn(34) : error 017: undefined symbol "i"
C:\Users\User\Desktop\fire.pwn(34) : fatal error 107: too many error messages on one line

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


4 Errors.
foreach (new i : Player)
Reply
#6

Did you include foreach -_-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)