BanEx problem
#5

Quote:
Originally Posted by zDivine
Посмотреть сообщение
Damn dude, you got a lot of custom functions and string defines there don't you? Lol.

For "PlayerIsOn", why not just use "IsPlayerConnected()"? Lol.
Because it's shorter for me and these custom things are good.

pawn Код:
stock PlayerIsOn(playerid)
{
    if(PlayerLogged(playerid) && playerid != INVALID_PLAYER_ID)
        return true;
        return false;
}

stock NotConnectedMSG(playerid)
{
    return ServerMSG(playerid, "This player is not connected.");
}
Instead of writing This player is not connected.
Reply


Messages In This Thread
BanEx problem - by PaulDinam - 14.04.2013, 22:34
Re: BanEx problem - by Jefff - 14.04.2013, 22:37
Re: BanEx problem - by zDivine - 14.04.2013, 22:58
Re: BanEx problem - by zDivine - 14.04.2013, 23:04
Re: BanEx problem - by PaulDinam - 14.04.2013, 23:20

Forum Jump:


Users browsing this thread: 2 Guest(s)