#1

Код:
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\pawno\include\utils.inc(10) : error 017: undefined symbol "INVALID_PLAYER_ID"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(56) : error 017: undefined symbol "print"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(57) : error 017: undefined symbol "print"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(58) : error 017: undefined symbol "print"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(63) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(66) : error 017: undefined symbol "SetGameModeText"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(67) : error 017: undefined symbol "AddPlayerClass"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(71) : warning 235: public function lacks forward declaration (symbol "OnGameModeExit")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(76) : warning 235: public function lacks forward declaration (symbol "OnPlayerRequestClass")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(78) : error 017: undefined symbol "SetPlayerPos"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(79) : error 017: undefined symbol "SetPlayerCameraPos"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(80) : error 017: undefined symbol "SetPlayerCameraLookAt"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(84) : warning 235: public function lacks forward declaration (symbol "OnPlayerRequestSpawn")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(89) : warning 235: public function lacks forward declaration (symbol "OnPlayerConnect")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(94) : warning 235: public function lacks forward declaration (symbol "OnPlayerDisconnect")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(99) : warning 235: public function lacks forward declaration (symbol "OnPlayerSpawn")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(104) : warning 235: public function lacks forward declaration (symbol "OnPlayerDeath")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(109) : warning 235: public function lacks forward declaration (symbol "OnVehicleSpawn")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(114) : warning 235: public function lacks forward declaration (symbol "OnVehicleDeath")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(119) : warning 235: public function lacks forward declaration (symbol "OnPlayerText")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(124) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(129) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandText")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(131) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(133) : error 017: undefined symbol "GameTextForPlayer"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(134) : warning 217: loose indentation
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(138) : error 010: invalid function or declaration
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(142) : error 054: unmatched closing brace ("}")
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(143) : error 010: invalid function or declaration
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(145) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(145) : warning 203: symbol is never used: "IsNumeric"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(145) : warning 203: symbol is never used: "ReturnUser"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
can anyone help me?
Reply
#2

Remove.
Reply
#3

You're missing a bracket somewhere in the script -> }.
Reply
#4

#include <a_samp>
Reply
#5

Quote:
Originally Posted by Marcus_Terry26
#include <a_samp>
Thank you!

now

Код:
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\pawno\include\utils.inc(10) : error 017: undefined symbol "INVALID_PLAYER_ID"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(135) : warning 217: loose indentation
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(139) : error 010: invalid function or declaration
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(144) : error 010: invalid function or declaration
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(146) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(146) : warning 203: symbol is never used: "IsNumeric"
C:\Documents and Settings\2 guys 1 prank\Desktop\Map Serrver\gamemodes\Test.pwn(146) : warning 203: symbol is never used: "ReturnUser"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.

Reply
#6

It'd be really helpful if you provide us with the code...
Reply
#7

Quote:
Originally Posted by [SAP
Sidhu ]
It'd be really helpful if you provide us with the code...
il pm yo because I trust you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)