Pawno 0.3e R2 Problems
#1

Error, why this happenes to me while i installed pawno Version 0.3e R2:
Код:
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5071) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5072) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5073) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5074) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5075) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5076) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5077) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5078) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5079) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5080) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5081) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5082) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5083) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5084) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5085) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5086) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5087) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5088) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5089) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5090) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5091) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5092) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5093) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5094) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5095) : error 017: undefined symbol "RemoveBuildingForPlayer"
D:\New folder (2)\my stuff\Games\Ravens Roleplay 0.3e\gamemodes\larp.pwn(5096) : error 017: undefined symbol "RemoveBuildingForPlayer"

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


26 Errors.
Reply
#2

I acsedently didnt follow their steps thats because i didnt understand what did they say from this topic https://sampforum.blast.hk/showthread.php?tid=359193 thats why my pawno version has been ruin by an acsedent thats what i mean that i cant reinstall back my old pawno version because my new pawno version is in use and my old pawno version can define the code RemoveBuildingForPlayer(); but the new version as i said it wont work for this code.
Reply
#3

Код:
public OnPlayerConnect(playerid)

RemoveBuildingForPlayer(playerid,
Make sure you have, RemoveBuildingForPlayer underneath OnPlayerConnect + Make sure you have the include.
Reply
#4

please tell me what is the include file name or i download it?
Reply
#5

Oh thanks, i didnt know that i have an old includes version but anyway thanks for telling me that there was a new include version to replace.
Reply
#6

D:\SERVER GTA SAMP\ASD\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
D:\SERVER GTA SAMP\ASD\pawno\include\streamer.inc(237) : error 017: undefined symbol "MAPICON_LOCAL"
D:\SERVER GTA SAMP\ASD\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
D:\SERVER GTA SAMP\ASD\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
D:\SERVER GTA SAMP\ASD\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(5012) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(5014) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(5015) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(5019) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(5033) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(5034) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(24745) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(24760) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(26274) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(26334) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(26387) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(27062) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(27121) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(27802) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(27830) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(27841) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(27901) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(2805 : warning 219: local variable "idcar" shadows a variable at a preceding level
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28090) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28091) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "objective"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "boot"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "bonnet"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "doors"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "alarm"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "lights"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28089) : warning 203: symbol is never used: "engine"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(2808 : warning 204: symbol is assigned a value that is never used: "vid"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28123) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28124) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "objective"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "boot"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "bonnet"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "doors"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "alarm"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "lights"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28122) : warning 203: symbol is never used: "engine"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28121) : warning 204: symbol is assigned a value that is never used: "vid"
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28192) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\New user\My Documents\Downloads\Raven's Roleplay 0.3d R2 V4.2\gamemodes\larp.pwn(28219) : error 047: array sizes do not match, or destination array is too small

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


26 Errors.

Help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)