19.10.2009, 03:52 
	
	
	
		Does anyone know why 7/10 times if your using a pickup to change a players position it will crash them? It gives you about 40 warnings then the game crashes?
	
	
	
	
| 
					Originally Posted by Jason_Larson  Does anyone know why 7/10 times if your using a pickup to change a players position it will crash them? It gives you about 40 warnings then the game crashes? | 
new pk_fdenter;
pk_fdenter = CreatePickup(1318,23,1207.5006,-1439.0385,13.3828,-1); //ToEnterFDSA
if ( pickupid == pk_fdenter )
{
SendClientMessage(playerid,COLOR_YELLOW,"(INFO) Welcome to the San Andreas Fire Department Los Santos precinct.");
SetPlayerInterior(playerid,0)
SetPlayerVirtualWorld(playerid,23);
SetPlayerPos(playerid,492.0486,1399.5579,1080.2649);
}
new pk_fdenter;
pk_fdenter = CreatePickup(1318,23,1207.5006,-1439.0385,13.3828,-1); //ToEnterFDSA
if ( pickupid == pk_fdenter )
{
 SendClientMessage(playerid,COLOR_YELLOW,"(INFO) Welcome to the San Andreas Fire Department Los Santos precinct.");
 SetPlayerInterior(playerid,0)
 SetPlayerVirtualWorld(playerid,23);
 SetPlayerPos(playerid,492.0486,1399.5579,1080.2649);
}
| 
					Originally Posted by mavtias  Lol he is using OnPlayerPickupPickup... | 
| 
					Originally Posted by mavtias  Lol he is using OnPlayerPickupPickup... |