Help me
#1

the pawno send to me this massage to me
PHP код:
C:\Users\Mohamad\Desktop\NE-RP v5.2\gamemodes\NE-RP.pwn(24) : error 049invalid line continuation
C
:\Users\Mohamad\Desktop\NE-RP v5.2\gamemodes\NE-RP.pwn(68711) : warning 203symbol is never used"PlayerPos"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

I want to fix the first bug that in line 24
from line 24 to 40 wroten that:

PHP код:
#define STREAMER_TYPE_OBJECT (0)
#define STREAMER_TYPE_PICKUP (1)
#define STREAMER_TYPE_CP (2)
#define STREAMER_TYPE_RACE_CP (3)
#define STREAMER_TYPE_MAP_ICON (4)
#define STREAMER_TYPE_3D_TEXT_LABEL (5)
#define STREAMER_TYPE_AREA (6)
#define STREAMER_AREA_TYPE_CIRCLE (0)
#define STREAMER_AREA_TYPE_RECTANGLE (1)
#define STREAMER_AREA_TYPE_SPHERE (2)
#define STREAMER_AREA_TYPE_CUBE (3)
#define STREAMER_AREA_TYPE_POLYGON (4)
#define STREAMER_OBJECT_TYPE_GLOBAL (0)
#define STREAMER_OBJECT_TYPE_PLAYER (1)
#define STREAMER_OBJECT_TYPE_DYNAMIC (2) 
Reply
#2

Show line 24. About the warning the symbol "PlayerPos" is never used.
Reply
#3

remove
pawn Код:
PlayerPos
From Line 68711

and show line 24 as virusa1 Said
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)