- 0
Problema la pawno o eroare .. help
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Noname112
Salutari all azi am luat un nou gamemode si am pus niste addstreamerobject .. iar dupa am dat compile si mi`a dat o eroare jos de tot in gamemode
[pawn]C:\Documents and Settings\XeRu\Desktop\samp03\gamemodes\eGamer.pwn(55727) : warning 203: symbol is never used: "FirstKartWinner"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 10852 bytes
Code size: 2107848 bytes
Data size: 6944664 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5184 cells (20736 bytes)
Total requirements: 9079748 bytes
1 Warning.[/pawn]
[pawn] case 5, 6:
{
if(IsNum(StrToChk[a])) IpLevel++;
else if(StrToChk[a] == '.') IpLevel = 8;
else IpLevel = 0;
}
case 7:
{
if(StrToChk[a] == '.') IpLevel++;
else IpLevel = 0;
}
case 8:
{
if(IsNum(StrToChk[a])) IpLevel++;
else IpLevel = 0;
}
case 9, 10:{
if(IsNum(StrToChk[a])) IpLevel++;
else if(StrToChk[a] == '.') IpLevel = 12;
else IpLevel = 0;
}
case 11:
{
if(StrToChk[a] == '.') IpLevel++;
else IpLevel = 0;
}
case 12:
{
if(IsNum(StrToChk[a])) return 1;
else IpLevel = 0;
}
}
}
return 1;
}[/pawn]
Edit : In pawno nu am acea linie in care am eroarea
Help me va rog frumos ca vreau sa rezolv
2 answers to this question
Recommended Posts