Teams problem.
#6

change from:
pawn Код:
public OnGameModeInit()
{
    AddPlayerClass(16,-1542.9456,-2742.9224,48.5385,70.0556,0,0,0,0,0,0); // TEAM_TRUCKER 1
    AddPlayerClass(283,-2167.1899,-2382.9033,30.6172,142.7763,0,0,0,0,0,0); // TEAM_POLICE 2
    return 1;
}
to

pawn Код:
public OnFilterScriptInIt()
{
    AddPlayerClass(16,-1542.9456,-2742.9224,48.5385,70.0556,0,0,0,0,0,0); // TEAM_TRUCKER 1
    AddPlayerClass(283,-2167.1899,-2382.9033,30.6172,142.7763,0,0,0,0,0,0); // TEAM_POLICE 2
    return 1;
}
sorry for the previous quote, i hited post lol...
Reply


Messages In This Thread
Teams problem. - by Welsh - 04.11.2010, 00:33
Re: Teams problem. - by cessil - 04.11.2010, 01:22
Re: Teams problem. - by Welsh - 04.11.2010, 10:39
Re: Teams problem. - by SampStunta - 04.11.2010, 13:04
Re: Teams problem. - by Welsh - 04.11.2010, 14:13
Re: Teams problem. - by OldDirtyBastard - 04.11.2010, 14:22
Re: Teams problem. - by Seven. - 04.11.2010, 15:24
Re: Teams problem. - by Welsh - 04.11.2010, 17:55
Re: Teams problem. - by DVDK - 04.11.2010, 18:12
Re: Teams problem. - by Tessar - 07.11.2010, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)