[Ajuda] Ajuda Warning
#1

Alguem pode me ajudar com esse Warning? ja troquei tudo que tinha que trocar mais ainda nada

PHP код:
warning 219local variable "hFile" shadows a variable at a preceding level 
PHP код:
public LogNicks(string[])
{
new 
entry[128];
format(entrysizeof(entry), "%s\r\n",string);
new 
File:hFile;//o Warnig й aqui
hFile fopen("Logs/MudarNick.log"io_append);
fwrite(hFileentry);
fclose(hFile);

se puderem me ajudar agradeзo
Reply
#2

hFile jб foi declarado anteriormente desta funзгo!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)