Filterscript gives error 017
#7

Quote:
Originally Posted by xMCx
Посмотреть сообщение
pawn Код:
forward UnFreezePlayer(playerid);
public UnFreezePlayer(playerid)
{
    TogglePlayerControllable(playerid, true);
    SendClientMessage(playerid, COLOR_GREEN, "[INFO:] Pole has been fixed, You may now move to the next one.");
    return 1;
}
@ OP: above code is the only one that will give you the desired results. Creating a playerid variable out of the blue will only work for ID0 and the code above will give you a hell of a lot of errors.
Reply


Messages In This Thread
Filterscript gives error 017 - by Odin - 29.09.2012, 13:23
Re: Filterscript gives error 017 - by ikbenremco - 29.09.2012, 13:30
Re: Filterscript gives error 017 - by xMCx - 29.09.2012, 13:36
Re: Filterscript gives error 017 - by Odin - 29.09.2012, 13:36
Re: Filterscript gives error 017 - by newbienoob - 29.09.2012, 13:37
Re: Filterscript gives error 017 - by M3mPHi$_S3 - 29.09.2012, 15:03
Re: Filterscript gives error 017 - by mamorunl - 29.09.2012, 15:49
Re: Filterscript gives error 017 - by M3mPHi$_S3 - 29.09.2012, 16:33

Forum Jump:


Users browsing this thread: 4 Guest(s)