if(IsPlayerInRangeOfPoint(playerid, 5.0, 6106.455078125, 739.888671875, 55.028945922852)) //sandking { RemovePlayerFromVehicle(playerid); PutPlayerInVehicle(playerid, 495, 0); }
if( IsPlayerInRangeOfPoint( playerid, 5.0, 6106.455078125, 739.888671875, 55.028945922852 ) ) //sandking{ RemovePlayerFromVehicle( playerid ); PutPlayerInVehicle( playerid, CreateVehicle( 495, 6106.455078125, 739.888671875, 55.028945922852 , random( 126 ), random( 126 ), -1 ), 0 );}
if( IsPlayerInRangeOfPoint( playerid, 5.0, 6106.455078125, 739.888671875, 55.028945922852 ) ) //sandking { RemovePlayerFromVehicle(playerid); PutPlayerInVehicle( playerid, CreateVehicle( 495, 6106.455078125, 739.888671875, 55.028945922852, 0, random( 126 ), random( 126 ), -1 ), 0 ); }
Az átváltás helyén mgeáll a kocsi amiben még ülök, aztán átváltja a kívánt kocsira, de mind a 2 befagy erre a helyre és nagyon elkezd akadni a játék.. OnPlayerUpdate alá raktuk. Hogy tudjuk megoldani, hogy csak 1-szer futtassa le ezt a funkciót?