Client crashes on spawning
#7

Remove this script:
Код:
public OnPlayerSpawn(playerid)
{

	new pName[24];
	GetPlayerName(playerid, pName, sizeof(pName));
	new spawnid = dini_Int(udb_encode(pName), "spawn");
	for(new h = 0; h <= sizeof(Autos); h++)
	{
		if(h != spawnid && VehIDs[h] != -1)
		{
			SetVehicleParamsForPlayer(VehIDs[h], playerid, true, true);
		}
	}
	return 1;
}
And check of it chrash, Tell me it okay?
---------
Btw, ik ben ook nederlands xD, dus mij mag je ook op msn vragen :P
Reply


Messages In This Thread
Client crashes on spawning - by David22 - 17.08.2009, 09:42
Re: Client crashes on spawning - by David22 - 19.08.2009, 09:33
Re: Client crashes on spawning - by ғαιιοцт - 19.08.2009, 09:35
Re: Client crashes on spawning - by Gamer_Z - 19.08.2009, 10:00
Re: Client crashes on spawning - by David22 - 19.08.2009, 10:07
Re: Client crashes on spawning - by Gamer_Z - 19.08.2009, 10:33
Re: Client crashes on spawning - by kevinsoftware - 19.08.2009, 10:47
Re: Client crashes on spawning - by bogeymanEST - 19.08.2009, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)