03.11.2013, 22:59
(
Последний раз редактировалось Hazko; 04.11.2013 в 00:04.
)
ARP.pwn(55200) : warning 217: loose indentation
ARP.pwn(55215) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
and this
ARP.pwn(39294) : error 017: undefined symbol "string"
ARP.pwn(39294) : error 017: undefined symbol "string"
ARP.pwn(39294) : error 029: invalid expression, assumed zero
ARP.pwn(39294) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
ARP.pwn(55215) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
and this
ARP.pwn(39294) : error 017: undefined symbol "string"
ARP.pwn(39294) : error 017: undefined symbol "string"
ARP.pwn(39294) : error 029: invalid expression, assumed zero
ARP.pwn(39294) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Код:
55200 if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1|| PlayerInfo[playerid][pMember] == 7 || PlayerInfo[playerid][pLeader] == 7 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2) { if(PlayerInfo[playerid][pMember] == 1||PlayerInfo[playerid][pLeader] == 1) { format(string, sizeof(string), "[LSPD %s:o< This is the Police Pullover now!", GetPlayerNameEx(playerid)); ProxDetector(60.0, playerid, string,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW); } else if(PlayerInfo[playerid][pMember] == 7||PlayerInfo[playerid][pLeader] == 7) 55215 {
Код:
format(string, sizeof(string), "* %s pushes the door and enters the shop.", RPN(playerid)); ProxDetector(15.0, playerid, string,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);