is there anything unnecessary in this script?
#5

Quote:
Originally Posted by TheToretto
Посмотреть сообщение
and if your if statement has only one line of code, there is no need to add braces, you can:

Код:
if(PlayerIsInLobby[playerid])
    return SetPlayerHealth(playerid, Float:0x7F800000);
Instead of:

Код:
if(PlayerIsInLobby[playerid] == 1)
{
    SetPlayerHealth(playerid, Float:0x7F800000 );
}
why? what's the difference?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)