Player stuck in register
#4

Please forgive me. It can happen at either OnPlayerConnect or when your GM is loaded. Look at OnGameModeInit.

Last try: Remove OnGameModeInit and replace it with this
pawn Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    SetGameModeText("Blank Script");
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    return 1;
}
That is the default for pawno. It should work with CJ skin as class. (Remember that you are testing it so just copy and save what you removed)
Reply


Messages In This Thread
Player stuck in register - by Vlad_Dubonos - 28.03.2011, 21:46
Re: Player stuck in register - by Tee - 28.03.2011, 21:51
Re: Player stuck in register - by Vlad_Dubonos - 28.03.2011, 21:58
Re: Player stuck in register - by Tee - 28.03.2011, 22:01

Forum Jump:


Users browsing this thread: 2 Guest(s)