17.02.2013, 18:04
Estaba scripteando en el Pawno y Me salio este error, anteriormente no me salia.
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : error 017: undefined symbol "fMatriz"
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : error 017: undefined symbol "fMatriz"
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : error 029: invalid expression, assumed zero
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : error 017: undefined symbol "fMatriz"
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : error 017: undefined symbol "fMatriz"
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : error 029: invalid expression, assumed zero
C:\Users\Daniel y Laura\Desktop\Alianza Virtual RP\Zenon City Role Play\gamemodes\AlianzaVirtualRP.pwn(7104) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
format(fMatriz,sizeof(fMatriz)," (Sprunk %d) - (Arrestos %d) - (Casas %d | %d) - (RentBike %d) - (Casa Renta %d) - (Adicciуn %d)",sprunk, arrest, dotext,housekey,housekey2, hirekey, rentc,adic);
SendClientMessageEx(playerid, -1, fMatriz);