21.05.2011, 13:33
add where i dont know where to add
do i need to put the pawn code all way down under my gamemode.??
example
is that i need to do??
Код:
dcmd(object,#,cmdtext);
Код:
C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(17309) : error 035: argument type mismatch (argument 4) C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25411) : warning 217: loose indentation C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25458) : warning 217: loose indentation C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25458) : error 017: undefined symbol "dcmd_object" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25459) : warning 217: loose indentation C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25461) : error 017: undefined symbol "params" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25462) : error 017: undefined symbol "LIGHTBLUE2" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25464) : error 017: undefined symbol "params" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25466) : error 017: undefined symbol "SendCommandToAdmins" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25473) : error 017: undefined symbol "SaveIn" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25475) : error 017: undefined symbol "yellow" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25477) : error 017: undefined symbol "ErrorMessages" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25481) : warning 225: unreachable code C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25481) : error 017: undefined symbol "dcmd_pickup" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25484) : error 017: undefined symbol "params" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25485) : error 017: undefined symbol "LIGHTBLUE2" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25488) : warning 219: local variable "PickupID" shadows a variable at a preceding level C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25488) : error 017: undefined symbol "params" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25490) : error 017: undefined symbol "SendCommandToAdmins" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25497) : error 017: undefined symbol "SaveIn" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25499) : error 017: undefined symbol "yellow" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25488) : warning 204: symbol is assigned a value that is never used: "PickupID" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25501) : error 017: undefined symbol "ErrorMessages" C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25504) : warning 225: unreachable code C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(25504) : warning 217: loose indentation C:\Users\Aztecas Dark Killer\Desktop\Samp Servers\Grand turisMo\Gamemodes\GT-RP.pwn(42624) : warning 203: symbol is never used: "IsLSPDDoorOpen" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 17 Errors.
example
pawn Код:
Gamemode..
The pawn code