Start with Locked Cars
#2

You're adding this to the wrong place:

Код:
new carid;
	new i;
	for (i=0;i<MAX_PLAYERS;i++)
	if (i!=playerid) SetVehicleParamsForPlayer(carid,i,0,1);
Add this:

Код:
for(carid=0;carid<MAX_PLAYERS;carid++)
SetVehicleParamsForPlayer(carid,playerid,0,1);
to OnPlayerConnect.
Reply


Messages In This Thread
Start with Locked Cars - by Emrets61 - 09.06.2009, 18:22
Re: Start with Locked Cars - by lol2112 - 09.06.2009, 18:43
Re: Start with Locked Cars - by Emrets61 - 09.06.2009, 18:58
Re: Start with Locked Cars - by lol2112 - 09.06.2009, 19:02
Re: Start with Locked Cars - by Emrets61 - 09.06.2009, 19:08
Re: Start with Locked Cars - by HB - 09.06.2009, 19:11
Re: Start with Locked Cars - by lol2112 - 09.06.2009, 19:29
Re: Start with Locked Cars - by dice7 - 09.06.2009, 19:36
Re: Start with Locked Cars - by Emrets61 - 09.06.2009, 19:44
Re: Start with Locked Cars - by Emrets61 - 09.06.2009, 19:55

Forum Jump:


Users browsing this thread: 2 Guest(s)