OnGameModeInit compile error
#10

Quote:
Originally Posted by Butcher1
Посмотреть сообщение
Alright so i was clearing some old useless cmd and i found that this was being used on this:

Код:
CMD:toggletphack(playerid, params[])
{
    if(enable == true)
    {
        enable = false;
        SCM(playerid, -1, "Disabled");
    }
    else
    {
        SCM(playerid, -1, "Enabled");
        enable = true;
    }
    return 1;
}
I removed it because i am not aware on what this does.
Should i remove all this part of the script or keep this lines, since i am not aware of what's the purpose of it!
If you don't know what this command is used for you can probably delete it.
Reply


Messages In This Thread
OnGameModeInit compile error - by Butcher1 - 12.12.2017, 15:38
Re: OnGameModeInit compile error - by jasperschellekens - 12.12.2017, 15:40
Re: OnGameModeInit compile error - by RogueDrifter - 12.12.2017, 15:41
Re: OnGameModeInit compile error - by rfr - 12.12.2017, 15:46
Re: OnGameModeInit compile error - by Butcher1 - 12.12.2017, 15:46
Re: OnGameModeInit compile error - by rfr - 12.12.2017, 15:48
Re: OnGameModeInit compile error - by Lucases - 12.12.2017, 15:51
Re: OnGameModeInit compile error - by Butcher1 - 12.12.2017, 15:54
Re: OnGameModeInit compile error - by rfr - 12.12.2017, 16:04
Re: OnGameModeInit compile error - by jasperschellekens - 12.12.2017, 16:07

Forum Jump:


Users browsing this thread: 1 Guest(s)