Jump to content
  • 0

warninguri si 2 erori


TheDanutzelu

Question

sall ma puteti scapa de warninguri si de cele doua erori :D

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(276) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(277) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(278) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(279) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(280) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(281) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(282) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(283) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(759) : error 017: undefined symbol "str"

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(760) : warning 213: tag mismatch

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(760) : error 017: undefined symbol "str"

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(762) : warning 217: loose indentation

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(790) : warning 219: local variable "PlayerName" shadows a variable at a preceding level

C:\Documents and Settings\danutz\Desktop\ladmin4v2.pwn(907) : warning 219: local variable "PlayerName" shadows a variable at a preceding level

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

multumesc :D

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Erorile cu tab mismatch: nu ai scris toti parametrii la o functie, exemplu:

In loc de SetPlayerInterior( playerid, 0 ); ai scris SetPlayerInterior( playerid );

Cele cu undefined symbol "str": baga deasupra la linia 759 asta:

new str[ 128 ];

Cele cu PlayerName: sterge stock PlayerName, sau new PlayerName; de la acele linii.  ( depinde cum e )

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.