Help!
#6

The reason is because that filterscript is acting as a gamemode.
Take out
Код:
#else
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}
 
#endif
and
Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    return 1;
}
 
public OnGameModeExit()
{
    return 1;
}
Reply


Messages In This Thread
Help! - by StrikerZ - 13.10.2016, 14:06
Re: Help! - by Gotham - 13.10.2016, 14:14
Re: Help! - by StrikerZ - 13.10.2016, 14:23
Re: Help! - by Gotham - 13.10.2016, 14:47
Re: Help! - by StrikerZ - 14.10.2016, 10:25
Re: Help! - by Tass007 - 14.10.2016, 10:43
Re: Help! - by StrikerZ - 14.10.2016, 11:02
Re: Help! - by TheDrx - 14.10.2016, 11:06

Forum Jump:


Users browsing this thread: 1 Guest(s)