30.06.2015, 12:26
Hello, I was wondering how do I remove the {} of the code, and leave only one to open { and } to close, it is currently as follows:
I want to leave like this:
PHP код:
if (PlayerInfo[i][pExp] < expamount) {} ///
else
{
}
PHP код:
if (..?)
{
}