Still can't fix it
#8

Quote:
Originally Posted by [V]PawnFox
Посмотреть сообщение
i dont understand why you put

Код:
 if ( !response ) return Kick ( playerid );
            if( response )
put only: if ( !response ) return Kick ( playerid );
A lot of ways work.
pawn Код:
// 1st:
if( !response ) return Kick( playerid );
if( response )
{
    // Code
}

// 2nd:
if( !response ) return Kick( playerid );
else
{
    // Code
}

// 3rd:
if( !response ) return Kick( playerid );
// Code
Quote:
Originally Posted by Fmfan
Посмотреть сообщение
That's the point, player isn't allowed to change skin there. It's a rp mod and he need to go to clothes shop or something...
oh, okay. I didn't know that!
Reply


Messages In This Thread
Still can't fix it - by Fmfan - 06.02.2012, 13:17
Re: Still can't fix it - by Fmfan - 06.02.2012, 14:02
Re: Still can't fix it - by T0pAz - 06.02.2012, 14:05
Re: Still can't fix it - by Konstantinos - 06.02.2012, 14:09
Re: Still can't fix it - by Fmfan - 06.02.2012, 17:36
Re: Still can't fix it - by PawnFox - 06.02.2012, 17:38
Re: Still can't fix it - by Fmfan - 06.02.2012, 18:41
Re: Still can't fix it - by Konstantinos - 06.02.2012, 18:48
Re: Still can't fix it - by Buzzbomb - 06.02.2012, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)