How to fix this??
#6

Quote:
Originally Posted by Tama
Посмотреть сообщение
i've done with that..
when i compile it, that was same probe..
pawn Код:
new var1;

public OnPlayerConnect(playerid)
{
     new var1;
     return 1;
}
would give your kind of warning.

pawn Код:
new var1;

public OnPlayerConnect(playerid)
{
     new var2;
     return 1;
}
Would fix it.
Reply


Messages In This Thread
How to fix this?? - by Tama - 17.03.2011, 15:07
Re: How to fix this?? - by Tama - 17.03.2011, 15:09
Re: How to fix this?? - by austin070 - 17.03.2011, 15:10
Re: How to fix this?? - by Tama - 17.03.2011, 15:52
Re: How to fix this?? - by austin070 - 17.03.2011, 15:54
Re: How to fix this?? - by Cameltoe - 17.03.2011, 15:55
Re: How to fix this?? - by Tama - 17.03.2011, 15:58
Re: How to fix this?? - by Cameltoe - 17.03.2011, 16:00
Re: How to fix this?? - by Medal Of Honor team - 17.03.2011, 16:02
Re: How to fix this?? - by Tama - 17.03.2011, 16:08

Forum Jump:


Users browsing this thread: 1 Guest(s)