09.03.2010, 17:04
pronto os erros do proxdetector ja tб resolvido agora esses aqui apareceram ;s
ERROS :
LINHA:
LINHA 26182:
LINHA 26164:
LINHA 15148:
ERROS :
Код:
C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(3122) : warning 219: local variable "killer" shadows a variable at a preceding level C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(3171) : warning 219: local variable "killer" shadows a variable at a preceding level C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(3670) : error 017: undefined symbol "i" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(3670) : error 029: invalid expression, assumed zero C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(3670) : warning 215: expression has no effect C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(4028) : error 025: function heading differs from prototype C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(4148) : error 004: function "CrimInRange" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(5120) : error 004: function "ProxDetector" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(7118) : error 004: function "FixHour" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(7149) : error 017: undefined symbol "SetDisabledWeapons" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(7511) : error 004: function "FixHour" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(7558) : error 004: function "FixHour" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(7646) : error 004: function "CrimInRange" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(8728) : error 021: symbol already defined: "PlayerToPoint" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(10331) : warning 225: unreachable code C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(13361) : error 029: invalid expression, assumed zero C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(13361) : warning 215: expression has no effect C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(13433) : error 004: function "FixHour" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(15148) : error 004: function "SetCamBack" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26164) : error 029: invalid expression, assumed zero C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26164) : error 004: function "HouseLevel" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26182) : warning 225: unreachable code C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26182) : error 029: invalid expression, assumed zero C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26182) : error 004: function "CHouseLevel" is not implemented C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26184) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26185) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26186) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26187) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26188) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26189) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26190) : error 017: undefined symbol "houseid" C:\Users\cabelo\Desktop\RPG BROTHERS KILL.pwn(26191) : error 017: undefined symbol "houseid" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
Код:
if(houseid <= 4) { return 3; } if(houseid >= 29 && houseid <= 30) { return 4; } if(houseid >= 5 && houseid <= 9) { return 5; } if(houseid >= 10 && houseid <= 18 || houseid == 28) { return 7; } if(houseid >= 19 && houseid <= 22) { return 8; } if(houseid >= 23 && houseid <= 25) { return 9; } if(houseid == 26) { return 10; } if(houseid == 27) { return 11; }
Код:
public CHouseLevel(houseid)
Код:
public HouseLevel(playerid)
Код:
SetCamBack(playerid);