Small prob again ;P
#5

still won't work D=

Look, first time i did it like this :

pawn Код:
public playerfoundweapon(playerid)
{
    if ((PlayerInfo[playerid][Level] >= 0) return 0; && (CheatMsg == 1))
    else{
//Other code bla bla bla
It gave me erros, so i did it like this :
pawn Код:
public playerfoundweapon(playerid)
{
    if ((PlayerInfo[playerid][Level] >= 0) && (CheatMsg == 1)) return 0;
    else{
//Other code bla bla
Then i get a warning, "Unreachable code" But it still bans me
I'm clueless
Thank you anyway.
Reply


Messages In This Thread
Small prob again ;P - by [SU]Balli - 29.11.2010, 21:40
Re: Small prob again ;P - by PowerPC603 - 29.11.2010, 22:09
Re: Small prob again ;P - by [SU]Balli - 30.11.2010, 12:17
Re: Small prob again ;P - by Lutsen - 30.11.2010, 13:21
Re: Small prob again ;P - by [SU]Balli - 30.11.2010, 13:32
Re: Small prob again ;P - by WillyP - 30.11.2010, 13:49
Re: Small prob again ;P - by Nero_3D - 30.11.2010, 13:53
Re: Small prob again ;P - by WillyP - 30.11.2010, 13:57
Re: Small prob again ;P - by Nero_3D - 30.11.2010, 14:08
Re: Small prob again ;P - by WillyP - 30.11.2010, 14:10

Forum Jump:


Users browsing this thread: 3 Guest(s)