Posts: 112
Threads: 50
Joined: Nov 2009
Reputation:
0
So lets say that I already have a gang zone definied, it shows the zone on map and runs perfect.
But how to make, when I enter in that zone to say" Youre entered in zone" ?
Posts: 112
Threads: 50
Joined: Nov 2009
Reputation:
0
D:\Games\GRANDT~1\GTASHOT\GAMEMO~1\gtashot.pwn(295 ) : warning 235: public function lacks forward declaration (symbol "IsPlayerInArea")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Posts: 687
Threads: 28
Joined: Mar 2010
Reputation:
0
Change 'public' to 'stock'
Posts: 112
Threads: 50
Joined: Nov 2009
Reputation:
0
and if there are many gang zones, for example if i enter in red zone say youve entered in red zone and if green, you ve entered green
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
By telling him to change it to stock, you aren't teaching him WHAT that error means..
Posts: 112
Threads: 50
Joined: Nov 2009
Reputation:
0
D:\Games\GRANDT~1\GTASHOT\GAMEMO~1\gtashot.pwn(251 ) : error 035: argument type mismatch (argument 1)
D:\Games\GRANDT~1\GTASHOT\GAMEMO~1\gtashot.pwn(542 ) : error 010: invalid function or declaration
D:\Games\GRANDT~1\GTASHOT\GAMEMO~1\gtashot.pwn(543 ) : warning 235: public function lacks forward declaration (symbol "CheckZone")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Posts: 112
Threads: 50
Joined: Nov 2009
Reputation:
0
D:\Games\GRANDT~1\GTASHOT\GAMEMO~1\gtashot.pwn(251 ) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
ZoneScriptData[playerid][1] = SetTimerEx(playerid, "CheckZone", 1000, 1, "i", playerid);