06.05.2012, 15:50
pawn Код:
C:\Users\PEDRO\Desktop\BPP GM\BPP GM\gamemodes\BPP.pwn(14365) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\PEDRO\Desktop\BPP GM\BPP GM\gamemodes\BPP.pwn(14493) : error 017: undefined symbol "house"
C:\Users\PEDRO\Desktop\BPP GM\BPP GM\gamemodes\BPP.pwn(14494) : error 017: undefined symbol "house"
C:\Users\PEDRO\Desktop\BPP GM\BPP GM\gamemodes\BPP.pwn(14495) : error 017: undefined symbol "house"
C:\Users\PEDRO\Desktop\BPP GM\BPP GM\gamemodes\BPP.pwn(14496) : error 017: undefined symbol "house"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
SetPlayerInterior(playerid,HouseInfo[house][hInt]);
pawn Код:
SetPlayerPos(playerid, HouseInfo[house][hEntrancex], HouseInfo[house][hEntrancey],HouseInfo[house][hEntrancez]);
14495
pawn Код:
PlayerInfo[playerid][pLocal] = house;
pawn Код:
PlayerInfo[playerid][pInt] = HouseInfo[house][hInt];